This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add test for [perl #113400]
authorFather Chrysostomos <sprout@cpan.org>
Mon, 28 May 2012 16:11:44 +0000 (09:11 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 28 May 2012 16:12:23 +0000 (09:12 -0700)
t/re/re_tests

index 4d78a6a..5ae7670 100644 (file)
@@ -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