From: Jarkko Hietaniemi Date: Mon, 25 Aug 2003 18:35:03 +0000 (+0000) Subject: The new tests of #20888 didn't really test what they claimed to. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=15da1a039203a846ad1b75f0f5e90fa50136f2eb;p=p5sagit%2Fp5-mst-13.2.git The new tests of #20888 didn't really test what they claimed to. p4raw-id: //depot/perl@20891 --- diff --git a/t/op/pat.t b/t/op/pat.t index 642b1cb..27262bd 100755 --- a/t/op/pat.t +++ b/t/op/pat.t @@ -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