summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-01-07 13:49:17 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-01-07 13:49:17 +0000
commit24ba5a3c299023f5194e249f235a760c95d88f74 (patch)
tree8f6c9b437135f46c4c4656e45796698ffb206ddf /t
parente09294f4235f3caccd813dfa233412a6da07191e (diff)
downloadperl-24ba5a3c299023f5194e249f235a760c95d88f74.tar.gz
Forgot from #14115.
p4raw-id: //depot/perl@14116
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 3d939a6635..155561019e 100644
--- a/t/op/re_tests
+++ b/t/op/re_tests
@@ -797,3 +797,4 @@ ab(?i)cd abCd y - -
(A|B)*?(?(1)(CD)|(CD)) CD y $2-$3 -CD # [ID 20010803.016]
(A|B)*?(?(1)(CD)|(CD)) ABCD y $2-$3 CD-
'^(o)(?!.*\1)'i Oo n - -
+(.*)\d+\1 abc12bc y $1 bc