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_round_trip.txt
2023-02-23 16:41:01 +01:00

29 lines
491 B
Text

---input---
+
0
""0
a
b
""/-
---tokens---
'+' Error
'\n' Text.Whitespace
'0' Literal.Number.Integer
'\n' Text.Whitespace
'""' Literal.String.Double
'0' Literal.Number.Integer
'\n' Text.Whitespace
'a' Error
'\n' Text.Whitespace
'b' Error
'\n' Text.Whitespace
'""' Literal.String.Double
'/' Error
'-' Literal.Number.Integer
'\n' Text.Whitespace