mmikeww / AHK-v2-script-converter

AHK v1 -> v2 script converter
https://autohotkey.com/boards/viewtopic.php?f=6&t=25100
The Unlicense
489 stars 38 forks source link

Fix_MaskNeedleBug #200

Closed andymbody closed 2 weeks ago

andymbody commented 2 weeks ago

I ran into a bug with the previous string-mask needle. (I forgot to add atomic grouping, which would have prevented the bug). This should fix it. The error only occurs when encountering an apostrophe or double quote that has no match, but it is unrecoverable when it does.