Missed test for mutual recursion after crash fixed.

This commit is contained in:
Philip.Hazel 2015-02-08 17:05:12 +00:00
parent 3e253d04de
commit e8435bc006
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