summaryrefslogtreecommitdiffstats
path: root/tests/snippets/matlab/test_one_space_assignment.txt
blob: ceafb6e57ce472fcf132297bd2f2319c8edc96aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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