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