summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-05-28 09:11:44 -0700
committerFather Chrysostomos <sprout@cpan.org>2012-05-28 09:12:23 -0700
commit4adb78011458c37987e7cd058f602179f60944b2 (patch)
tree3d39f0b1bc256d41a5bec4e8f3b62a3315aa5ab7 /t
parent1e1dfbf11045a92f76bc270fa12930bc875d2739 (diff)
downloadperl-4adb78011458c37987e7cd058f602179f60944b2.tar.gz
Add test for [perl #113400]
Diffstat (limited to 't')
-rw-r--r--t/re/re_tests3
1 files changed, 2 insertions, 1 deletions
diff --git a/t/re/re_tests b/t/re/re_tests
index 4d78a6aed8..5ae7670a26 100644
--- 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