AHK-v2-script-converter
AHK-v2-script-converter copied to clipboard
newline preceeding start of cont. section
there is already a unit test for this, it is commented out Continuation_NewlinePreceeding()
here:
https://github.com/mmikeww/AHK-v2-script-converter/blob/master/tests/Tests.ahk#L283
Is this outdated? I couldn't find what it refers to.
Is this outdated? I couldn't find what it refers to.
Looks like in the last commit, the test is on line 308
https://github.com/mmikeww/AHK-v2-script-converter/blob/3ce5a779ed40b5ca129cba4275db5114ae3a92cc/tests/Tests.ahk#L308
havent played with this script in a while so not sure. appreciate your updates on the other issues
Ah, it was the double "e" (preceeding) what didn't let me find it. Uncommenting it, it passes. But the one below is somehow related and still fails (Continuation_CommandParam).
I saw that the issue on the other tests was not related to this same issue but to #74 So this one seems solved.