p4raw-id: //depot/perl@9075
print "not " unless $1 eq "\x{200}\x{300}" && length($1) == 2;
print "ok 580\n";
+ } else {
+ for (576..580) { print "not ok $_\n" }
}
}
#!./perl
+BEGIN {
+ chdir 't' if -d 't';
+ @INC = '../lib';
+}
+
print "1..44\n";
$FS = ':';
BEGIN {
chdir 't' if -d 't';
@INC = '../lib';
- $ENV{PERL5LIB} = '../lib';
- if ( ord("\t") != 9 ) { # skip on ebcdic platforms
- print "1..0 # Skip utf8 tests on ebcdic platform.\n";
- exit;
- }
}
# NOTE!