summaryrefslogtreecommitdiff
path: root/t/op/re_tests
diff options
context:
space:
mode:
authorHugo van der Sanden <hv@crypt.org>2001-08-15 12:32:11 +0100
committerJarkko Hietaniemi <jhi@iki.fi>2001-08-15 12:26:44 +0000
commit055bb491aa1c61403cb7de2ea930a89a362e1807 (patch)
tree4fd155e625469126c3a0fbd74c547541b135a6fa /t/op/re_tests
parent8e514ae641772eeb6e8f06069ce47f26ef1fcf57 (diff)
downloadperl-055bb491aa1c61403cb7de2ea930a89a362e1807.tar.gz
Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern
Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk> p4raw-id: //depot/perl@11677
Diffstat (limited to 't/op/re_tests')
-rw-r--r--t/op/re_tests2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/op/re_tests b/t/op/re_tests
index ac7ef673e4..cda8790dad 100644
--- a/t/op/re_tests
+++ b/t/op/re_tests
@@ -790,3 +790,5 @@ tt+$ xxxtt y - -
'b\s^'m a\nb\n n - -
\ba a y - -
^(a(??{"(?!)"})|(a)(?{1}))b ab y $2 a # [ID 20010811.006]
+ab(?i)cd AbCd n - - # [ID 20010809.023]
+ab(?i)cd abCd y - -