diff options
author | Ilya Zakharevich <ilya@math.berkeley.edu> | 2000-11-20 13:30:52 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-11-22 21:22:52 +0000 |
commit | e1901655935137420b3a46ad23c873753fcbbbc7 (patch) | |
tree | 4aa21e9df7580b0871c52221c25d109a938acdcd /t/op | |
parent | e97e32e6ff338f57aecf57240fd5140e51fed1f4 (diff) | |
download | perl-e1901655935137420b3a46ad23c873753fcbbbc7.tar.gz |
Overeager visited-positions optimizations
Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
p4raw-id: //depot/perl@7815
Diffstat (limited to 't/op')
-rw-r--r-- | t/op/re_tests | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/t/op/re_tests b/t/op/re_tests index 102157c842..8aa6933d46 100644 --- a/t/op/re_tests +++ b/t/op/re_tests @@ -779,3 +779,5 @@ tt+$ xxxtt y - - ^(a\1?){4}$ aaaaaa y $1 aa ^(0+)?(?:x(1))? x1 y - - ^([0-9a-fA-F]+)(?:x([0-9a-fA-F]+)?)(?:x([0-9a-fA-F]+))? 012cxx0190 y - - +^(b+?|a){1,2}c bbbac y $1 a +^(b+?|a){1,2}c bbbbac y $1 a |