Changeset 778
- Timestamp:
- 03/16/05 05:01:58 (4 years ago)
- svk:copy_cache_prev:
- 2093
- Files:
-
- 1 modified
-
t/syntax/unicode.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
t/syntax/unicode.t
r754 r778 8 8 plan 2; 9 9 ok(eval 'my $foo; sub foo {}; 1', "ascii declaration"); 10 skip("GHC is not in unicode mode; try setting LANG to UTF-8 mode?");10 skip("GHC is not in unicode mode; try setting LANG to *.UTF-8?"); 11 11 exit(); 12 12 }
