p4raw-id: //depot/perl@20891
$| = 1;
-print "1..1015\n";
+print "1..1012\n";
BEGIN {
chdir 't' if -d 't';
ok(" \x{1E01}x" =~ qr/\x{1E00}X/i,
"<20030808193656.5109.1@llama.ni-s.u-net.com>");
-# \x{301} is COMBINING ACUTE ACCENT
-
-# Word boundary should not separate base character from its modifiers.
-# (Unicode UTS#18, "Simple word boundaries")
-
-ok("A\x{301}-" =~ /(.*)\b(.*)/, "UTS#18 Simple Word Boundaries");
-ok($1 eq "A\x{301}", "ditto");
-ok($2 eq "-", "ditto");
-
-# last test 1015
+# last test 1012