at end of char loop, track if length of dstate changed. If it did not, that means that we have encountered a loop that is at the end; thus, we should add the endMarker
This commit is contained in:
@@ -541,7 +541,7 @@ struct
|
||||
|
||||
(* assert *)
|
||||
val expectedSoccerMatches = [(0, 3)]
|
||||
val expectedGPhraseMatches = [(0, 0)]
|
||||
val expectedGPhraseMatches = [(0, 0), (10, 10)]
|
||||
val expectedOPhraseMatches = []
|
||||
|
||||
val isExpected =
|
||||
|
||||
Reference in New Issue
Block a user