summaryrefslogtreecommitdiff
path: root/tests/snippets/json/test_arrays.txt
blob: b4e7724f4c0263cf9ae9693c87b43f944f2565cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---input---
[]
["a", "b"]

---tokens---
'[]'          Punctuation
'\n'          Text.Whitespace

'['           Punctuation
'"a"'         Literal.String.Double
','           Punctuation
' '           Text.Whitespace
'"b"'         Literal.String.Double
']'           Punctuation
'\n'          Text.Whitespace