summaryrefslogtreecommitdiffstats
path: root/tests/snippets/matlab/test_single_line.txt
blob: 72a48f8b25b9d83adfa2015ac947c810e17f61e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---input---
set('T',300,'P',101325);

---tokens---
'set'         Name.Builtin
'('           Punctuation
"'"           Literal.String
"T'"          Literal.String
','           Punctuation
'300'         Literal.Number.Integer
','           Punctuation
"'"           Literal.String
"P'"          Literal.String
','           Punctuation
'101325'      Literal.Number.Integer
')'           Punctuation
';'           Punctuation
'\n'          Text.Whitespace