This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9b741c
)
re_tests: Add TODO test
author
Karl Williamson
<public@khwilliamson.com>
Thu, 22 Sep 2011 16:40:15 +0000
(10:40 -0600)
committer
Karl Williamson
<public@khwilliamson.com>
Thu, 22 Sep 2011 18:07:26 +0000
(12:07 -0600)
t/re/re_tests
patch
|
blob
|
blame
|
history
diff --git
a/t/re/re_tests
b/t/re/re_tests
index
5708de1
..
9807e0f
100644
(file)
--- a/
t/re/re_tests
+++ b/
t/re/re_tests
@@
-1535,4
+1535,7
@@
abc\N{def - c - \\N{NAME} must be resolved by the lexer
/^\p{L_}/ \x{3400} n - -
/^\p{L}/ \x{3400} y $& \x{3400}
+# RT #89774
+/s\xDF/ui \xDFs yT $& \xDFs
+
# vim: softtabstop=0 noexpandtab