The new tests of #20888 didn't really test what they claimed to.
authorJarkko Hietaniemi <jhi@iki.fi>
Mon, 25 Aug 2003 18:35:03 +0000 (18:35 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Mon, 25 Aug 2003 18:35:03 +0000 (18:35 +0000)
p4raw-id: //depot/perl@20891

t/op/pat.t

index 642b1cb..27262bd 100755 (executable)
@@ -6,7 +6,7 @@
 
 $| = 1;
 
-print "1..1015\n";
+print "1..1012\n";
 
 BEGIN {
     chdir 't' if -d 't';
@@ -3212,14 +3212,5 @@ ok("  \x{10428}" =~ qr/\x{10400}/i,
 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