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:
86a74ce
)
t/re/re_tests: Add TODO
author
Karl Williamson
<public@khwilliamson.com>
Sun, 25 Sep 2011 16:43:19 +0000
(10:43 -0600)
committer
Karl Williamson
<public@khwilliamson.com>
Sun, 25 Sep 2011 20:18:09 +0000
(14:18 -0600)
t/re/re_tests
patch
|
blob
|
blame
|
history
diff --git
a/t/re/re_tests
b/t/re/re_tests
index
9807e0f
..
5a4eaed
100644
(file)
--- a/
t/re/re_tests
+++ b/
t/re/re_tests
@@
-1538,4
+1538,7
@@
abc\N{def - c - \\N{NAME} must be resolved by the lexer
# RT #89774
/s\xDF/ui \xDFs yT $& \xDFs
+# RT #99928
+/^\R\x0A$/ \x0D\x0A yT $& \x0D\x0A
+
# vim: softtabstop=0 noexpandtab