From 4adb78011458c37987e7cd058f602179f60944b2 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Mon, 28 May 2012 09:11:44 -0700 Subject: [PATCH] Add test for [perl #113400] --- t/re/re_tests | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/t/re/re_tests b/t/re/re_tests index 4d78a6a..5ae7670 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 -- 2.7.4