summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-12-28 03:44:10 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-12-28 03:44:10 +0000
commitde0c8cb881313fb53ccecc309c3a182787a8a527 (patch)
tree3dd2617011981415428ffda5a7a8f36f7bd8c4c9 /t
parentf70c35af95b032bef7265d8d8029831a16708010 (diff)
downloadperl-de0c8cb881313fb53ccecc309c3a182787a8a527.tar.gz
fix for /(^|a)b/ breakage from Ilya Zakharevich
p4raw-id: //depot/perl@4724
Diffstat (limited to 't')
-rw-r--r--t/op/re_tests1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/op/re_tests b/t/op/re_tests
index e957609071..d506e6e07f 100644
--- a/t/op/re_tests
+++ b/t/op/re_tests
@@ -749,3 +749,4 @@ tt+$ xxxtt y - -
'(\.c(pp|xx|c)?$)'i IO.c y $1 .c
^([a-z]:) C:/ n - -
'^\S\s+aa$'m \nx aa y - -
+(^|a)b ab y - -