Missed test for mutual recursion after crash fixed.

This commit is contained in:
ph10 2015-02-08 17:05:12 +00:00
parent ec5cc00674
commit 401ff788cb
2 changed files with 4 additions and 0 deletions

2
testdata/testinput1 vendored
View File

@ -5708,4 +5708,6 @@ name)/mark
/(\2|a)(\1)/
aaa
/(\2)(\1)/
# End of testinput1

View File

@ -9418,4 +9418,6 @@ No match
1: a
2: a
/(\2)(\1)/
# End of testinput1