tartrazine/spec/tests/matlab/test_one_space_assignment.txt

14 lines
301 B
Plaintext
Raw Normal View History

2024-08-03 10:36:47 +00:00
# Test that one space before an equal sign is formatted correctly.
---input---
x = 100;
---tokens---
'x' Name
' ' Text.Whitespace
'=' Punctuation
' ' Text.Whitespace
'100' Literal.Number.Integer
';' Punctuation
'\n' Text.Whitespace