mmikeww / AHK-v2-script-converter

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

Fix issue #72 - Continuation section missing CRLF #219

Closed andymbody closed 3 months ago

andymbody commented 3 months ago

Fix issue #72 - Continuation section missing CRLF Also fixes continuation sections not detecting ||, &&, or, and, tenary characters. Also fixes hotkey colon mistaken for continuation tenary colon Also updates (incorrect) tests to reflect correct continuation sections