summaryrefslogtreecommitdiff
path: root/t/op
diff options
context:
space:
mode:
authorkarl williamson <public@khwilliamson.com>2008-11-05 11:42:16 -0700
committerYves Orton <demerphq@gmail.com>2008-11-06 11:32:25 +0000
commita4893424bce3ee5da2b2e8e1c256b806c74bfb50 (patch)
tree51e1f7ee29386f7a58ac1d2b56270ff914210000 /t/op
parentaff3edb5cf5195431c87166ebfe06c4721c5c783 (diff)
downloadperl-a4893424bce3ee5da2b2e8e1c256b806c74bfb50.tar.gz
Reolve perlbug #59328: In re's, \N{U+...} doesn't match for ... > 256
Subject: PATCH [perl #59328] In re's, \N{U+...} doesn't match for ... > 256 Message-ID: <49124B78.2000907@khwilliamson.com> Date: Wed, 05 Nov 2008 18:42:16 -0700 p4raw-id: //depot/perl@34747
Diffstat (limited to 't/op')
-rw-r--r--t/op/re_tests1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/op/re_tests b/t/op/re_tests
index a4f1e53f6c..6d3ef4f390 100644
--- a/t/op/re_tests
+++ b/t/op/re_tests
@@ -1360,3 +1360,4 @@ foo(\h)bar foo\tbar y $1 \t
/(.*?)a(?!(a+)b\2c)/ baaabaac y $&-$1 baa-ba
# [perl #60344] Regex lookbehind failure after an (if)then|else in perl 5.10
/\A(?(?=db2)db2|\D+)(?<!processed)\.csv\z/xms sql_processed.csv n - -
+/\N{U+0100}/ \x{100} y $& \x{100} # Bug #59328 \ No newline at end of file