tartrazine/spec/tests/json/test_whitespace.txt

18 lines
331 B
Plaintext
Raw Permalink Normal View History

2024-08-03 10:36:47 +00:00
---input---
{
"tabs": "here",
}
---tokens---
'{' Punctuation
'\n\t' Text.Whitespace
'"tabs"' Name.Tag
':' Punctuation
' ' Text.Whitespace
'"here"' Literal.String.Double
',' Punctuation
'\n' Text.Whitespace
'}' Punctuation
'\n' Text.Whitespace