mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00:00
16 lines
307 B
Plaintext
16 lines
307 B
Plaintext
|
---input---
|
||
|
[]
|
||
|
["a", "b"]
|
||
|
|
||
|
---tokens---
|
||
|
'[]' Punctuation
|
||
|
'\n' Text.Whitespace
|
||
|
|
||
|
'[' Punctuation
|
||
|
'"a"' Literal.String.Double
|
||
|
',' Punctuation
|
||
|
' ' Text.Whitespace
|
||
|
'"b"' Literal.String.Double
|
||
|
']' Punctuation
|
||
|
'\n' Text.Whitespace
|