fix bugs: only wildcard and character-class-negation should check to see if curChr is an endmarker
This commit is contained in:
@@ -92,6 +92,8 @@ struct
|
||||
if String.size searchString > 0 then search (buffer, searchString)
|
||||
else PersistentVector.empty
|
||||
|
||||
structure DfaGen = CaseInsensitiveDfa
|
||||
|
||||
fun rangeLoop
|
||||
( dfa
|
||||
, bufferPos
|
||||
|
||||
Reference in New Issue
Block a user