tartrazine/spec/tests/json/test_arrays.txt

16 lines
307 B
Plaintext
Raw Normal View History

2024-08-03 10:36:47 +00:00
---input---
[]
["a", "b"]
---tokens---
'[]' Punctuation
'\n' Text.Whitespace
'[' Punctuation
'"a"' Literal.String.Double
',' Punctuation
' ' Text.Whitespace
'"b"' Literal.String.Double
']' Punctuation
'\n' Text.Whitespace