summaryrefslogtreecommitdiff
path: root/tests/snippets/json/test_constants.txt
blob: 3d7e4d50ffc2246e6b482e13892bf530ee46395f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---input---
true
false
null

---tokens---
'true'        Keyword.Constant
'\n'          Text.Whitespace

'false'       Keyword.Constant
'\n'          Text.Whitespace

'null'        Keyword.Constant
'\n'          Text.Whitespace