summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorHugo van der Sanden <hv@crypt.org>2001-12-05 17:27:05 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-12-06 14:07:54 +0000
commitf65d3ee7144b180ff71330675c391d978fcf01d6 (patch)
tree0137101617255e47326fd57a8e8d3dcb6b72cbed /t
parent218fdd94f8d5c3dbbf5dc8db8ab55a53057164a1 (diff)
downloadperl-f65d3ee7144b180ff71330675c391d978fcf01d6.tar.gz
casefold backref
Message-Id: <200112051727.fB5HR5422706@crypt.compulink.co.uk> p4raw-id: //depot/perl@13485
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 c7ab5ad814..3d939a6635 100644
--- a/t/op/re_tests
+++ b/t/op/re_tests
@@ -796,3 +796,4 @@ ab(?i)cd abCd y - -
(A|B)*(?(1)(CD)|(CD)) ABCD y $2-$3 CD-
(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 - -