The layout of expressions after UBOUND()
and LBOUND()
is wrong
#244
Labels
bug
Something isn't working
UBOUND()
and LBOUND()
is wrong
#244
See the forum post here
Basically, if you have syntax formatting on and you type this:
The second line gets incorrectly transformed into this:
It seems like
UBOUND()
andLBOUND()
handling is the culprit, putting anything after the-
results is basically the same kind of incorrect transformation.This is another card that would benefit from #215, as it would allow us to add tests around these cases.
The text was updated successfully, but these errors were encountered: