vshaxe icon indicating copy to clipboard operation
vshaxe copied to clipboard

2.25 update breaks formatting of for loop with parentheses around start value

Open joshtynjala opened this issue 2 years ago • 1 comments

Original:

for (i in (startLine + 1)...endLine)

Wrong formatting:

for (i in(startLine + 1)...endLine)

joshtynjala avatar Sep 20 '22 15:09 joshtynjala

seems like that's broken in latest formatter. apparently none of the 742 testcases caught it. I'll add one more then. :)

AlexHaxe avatar Sep 20 '22 17:09 AlexHaxe

fixed in v2.26.0

AlexHaxe avatar Jan 29 '23 11:01 AlexHaxe