tartrazine/spec/tests/matlab/test_operator_multiple_space.txt

14 lines
312 B
Plaintext
Raw Normal View History

2024-08-03 10:36:47 +00:00
# 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