This repository has been archived on 2024-06-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
coffee.pygments/tests/snippets/json/test_strings.txt
2023-02-23 16:41:01 +01:00

42 lines
769 B
Text

---input---
""
"abc"
"ひらがな"
"123"
"[]"
"{}"
"true"
"false"
"nul"
":,"
---tokens---
'""' Literal.String.Double
'\n' Text.Whitespace
'"abc"' Literal.String.Double
'\n' Text.Whitespace
'"ひらがな"' Literal.String.Double
'\n' Text.Whitespace
'"123"' Literal.String.Double
'\n' Text.Whitespace
'"[]"' Literal.String.Double
'\n' Text.Whitespace
'"{}"' Literal.String.Double
'\n' Text.Whitespace
'"true"' Literal.String.Double
'\n' Text.Whitespace
'"false"' Literal.String.Double
'\n' Text.Whitespace
'"nul"' Literal.String.Double
'\n' Text.Whitespace
'":,"' Literal.String.Double
'\n' Text.Whitespace