diff options
author | Yves Orton <demerphq@gmail.com> | 2017-05-03 08:35:43 +0200 |
---|---|---|
committer | Yves Orton <demerphq@gmail.com> | 2017-05-03 08:36:14 +0200 |
commit | 9ecaf4dba7ccf61301f3a0ca342810f57060fbd6 (patch) | |
tree | 713325c3de8b8d4f021d9e05ac862576ec1dfc17 /t | |
parent | 78b60e17093d684bb07f20fc953075801b1ce207 (diff) | |
download | perl-9ecaf4dba7ccf61301f3a0ca342810f57060fbd6.tar.gz |
Bulk revert regex recursion fixes - REVERT THIS PATCH AFTER 5.24.2
Revert "Add tests for regex recursion"
This reverts commit 78b60e17093d684bb07f20fc953075801b1ce207.
Revert "fix #128109 - do not move RExC_open_parens[0] in reginsert"
This reverts commit 4539ae3741e1a4de9a54e5bc52524b40abc2d58a.
Revert "fix #128085 - SIGSEGV in S_regmatch with S_study_chunk: Assertion "!frame" failed."
This reverts commit 5edefd5d2abb0a8696bd2159e1f17b5975257818.
Diffstat (limited to 't')
-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 |