Expression starting with a unary minus #547
Labels
bug
Something isn't working
lineends
line end handling
tokentree
requires fix in tokentree
whitespace
missing or incorrect space around token
In a utest "spec" test (bool binops are auto-converted to
Assert.equals()
) you might have something like this:The formatter incorrectly adds whitespace after the
-
here:That's not that bad, but after a certain point this also breaks line end handling:
The text was updated successfully, but these errors were encountered: