Missed test for mutual recursion after crash fixed.
This commit is contained in:
parent
ec5cc00674
commit
401ff788cb
2
testdata/testinput1
vendored
2
testdata/testinput1
vendored
@ -5708,4 +5708,6 @@ name)/mark
|
||||
/(\2|a)(\1)/
|
||||
aaa
|
||||
|
||||
/(\2)(\1)/
|
||||
|
||||
# End of testinput1
|
||||
|
2
testdata/testoutput1
vendored
2
testdata/testoutput1
vendored
@ -9418,4 +9418,6 @@ No match
|
||||
1: a
|
||||
2: a
|
||||
|
||||
/(\2)(\1)/
|
||||
|
||||
# End of testinput1
|
||||
|
Loading…
Reference in New Issue
Block a user