summaryrefslogtreecommitdiff
path: root/t/op
diff options
context:
space:
mode:
authorDave Mitchell <davem@fdisolutions.com>2006-10-05 14:00:38 +0000
committerDave Mitchell <davem@fdisolutions.com>2006-10-05 14:00:38 +0000
commitc476f4254aaf06aafc9c81d98ebc185b60699523 (patch)
tree1ce795cdb111dcbd9c4c1a9e329f51202df4f5f2 /t/op
parenteaf3ca90bc6ae9ae7e97dcea569c7cee82be7d00 (diff)
downloadperl-c476f4254aaf06aafc9c81d98ebc185b60699523.tar.gz
migrate CURLYX/WHILEM branch in regmatch() to new FSM-esque paradigm
p4raw-id: //depot/perl@28944
Diffstat (limited to 't/op')
-rwxr-xr-xt/op/pat.t3
1 files changed, 3 insertions, 0 deletions
diff --git a/t/op/pat.t b/t/op/pat.t
index c1d8e2dc33..e20a6f765a 100755
--- a/t/op/pat.t
+++ b/t/op/pat.t
@@ -3672,6 +3672,9 @@ SKIP:{
( (?:b|z+){3,}? )
(
(?:
+ (?:
+ (?:c|z+){1,1}?z
+ )?
(?:c|z+){1,1}
)*
)