summaryrefslogtreecommitdiff
path: root/tests/snippets/json/test_whitespace.txt
blob: c4c8658860680ca8cc0a3b3a5d38e73533ec48a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---input---
{
	"tabs": "here",
}

---tokens---
'{'           Punctuation
'\n\t'        Text.Whitespace
'"tabs"'      Name.Tag
':'           Punctuation
' '           Text.Whitespace
'"here"'      Literal.String.Double
','           Punctuation
'\n'          Text.Whitespace

'}'           Punctuation
'\n'          Text.Whitespace