Repository URL to install this package:
|
Version:
2.13.0 ▾
|
# Test that multiple spaces with an operator doesn't get formatted to a string.
---input---
x > 100;
---tokens---
'x' Name
' ' Text.Whitespace
'>' Operator
' ' Text.Whitespace
'100' Literal.Number.Integer
';' Punctuation
'\n' Text.Whitespace