summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-04-27 18:29:05 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-04-27 18:29:05 +0000
commitbf93d4cc8827842d1e2d40eecc0cc5927a17f3cd (patch)
tree2660399c4ce32265c824154ae4178385e0390378 /t
parentf32b5c8a3d480bafef9db5bbadcdd4567494b8f9 (diff)
downloadperl-bf93d4cc8827842d1e2d40eecc0cc5927a17f3cd.tar.gz
fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
p4raw-id: //depot/perl@5973
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 d506e6e07f..189077c628 100644
--- a/t/op/re_tests
+++ b/t/op/re_tests
@@ -750,3 +750,4 @@ tt+$ xxxtt y - -
^([a-z]:) C:/ n - -
'^\S\s+aa$'m \nx aa y - -
(^|a)b ab y - -
+(?i) y - -