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