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:
1e1dfbf
)
Add test for [perl #113400]
author
Father Chrysostomos
<sprout@cpan.org>
Mon, 28 May 2012 16:11:44 +0000
(09:11 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Mon, 28 May 2012 16:12:23 +0000
(09:12 -0700)
t/re/re_tests
patch
|
blob
|
blame
|
history
diff --git
a/t/re/re_tests
b/t/re/re_tests
index
4d78a6a
..
5ae7670
100644
(file)
--- a/
t/re/re_tests
+++ b/
t/re/re_tests
@@
-1595,6
+1595,7
@@
abc\N{def - c - \\N{NAME} must be resolved by the lexer
/[[:word:]]/ \x{2c1} y - -
/[[:word:]]/ \x{2c2} n - -
-
+# [perl #113400]
+/syntax OK\s+\z/si t/bin/good.pl syntax OK\n y - -
# vim: softtabstop=0 noexpandtab