tartrazine/spec/tests/json/test_whitespace.txt

18 lines
331 B
Plaintext

---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