AHK-v2-script-converter icon indicating copy to clipboard operation
AHK-v2-script-converter copied to clipboard

newline preceeding start of cont. section

Open mmikeww opened this issue 8 years ago • 3 comments

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

mmikeww avatar Dec 23 '16 14:12 mmikeww

Is this outdated? I couldn't find what it refers to.

safetycar avatar Aug 05 '22 07:08 safetycar

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

mmikeww avatar Aug 05 '22 12:08 mmikeww

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).

safetycar avatar Aug 05 '22 12:08 safetycar

I saw that the issue on the other tests was not related to this same issue but to #74 So this one seems solved.

safetycar avatar Aug 30 '22 07:08 safetycar