diff options
Diffstat (limited to 't/re/re_tests')
-rw-r--r-- | t/re/re_tests | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/t/re/re_tests b/t/re/re_tests index 7e8522da98..34ac94a213 100644 --- a/t/re/re_tests +++ b/t/re/re_tests @@ -1966,8 +1966,6 @@ ab(?#Comment){2}c abbc y $& abbc .{1}?? - c - Nested quantifiers .{1}?+ - c - Nested quantifiers (?:.||)(?|)000000000@ 000000000@ y $& 000000000@ # [perl #126405] -aa$|a(?R)a|a aaa y $& aaa # [perl 128420] recursive matches -(?:\1|a)([bcd])\1(?:(?R)|e)\1 abbaccaddedcb y $& abbaccaddedcb # [perl 128420] recursive match with backreferences # Keep these lines at the end of the file # vim: softtabstop=0 noexpandtab |