summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorMichael Cartmell <unknown>2008-07-01 22:17:58 -0700
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2008-11-02 18:31:19 +0000
commit8fa23287293bbec887dca6d7e006e50e1a445bb2 (patch)
tree196f2c3d2f263c4e3a86b53da3101db4122b0aaf /t
parent618078e967a6042b7f62ba9589c448bf625a3bed (diff)
downloadperl-8fa23287293bbec887dca6d7e006e50e1a445bb2.tar.gz
[perl #56526] m/a{1,0}/ compiles but doesn't match a literal string
From: Michael Cartmell (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.6.HEAD-27577-1215001078-1211.56526-75-0@perl.org> p4raw-id: //depot/perl@34697
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 2b74175dd2..0992b155cc 100644
--- a/t/op/re_tests
+++ b/t/op/re_tests
@@ -618,6 +618,7 @@ $(?<=^(a)) a y $1 a
((?>[^()]+)|\([^()]*\))+ ((abc(ade)ufh()()x y $& abc(ade)ufh()()x
(?<=x+)y - c - Variable length lookbehind not implemented
a{37,17} - c - Can't do {n,m} with n > m
+a{37,0} - c - Can't do {n,m} with n > m
\Z a\nb\n y $-[0] 3
\z a\nb\n y $-[0] 4
$ a\nb\n y $-[0] 3