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/teal/test_strings.txt
2022-12-04 19:56:28 +01:00

15 lines
378 B
Text

---input---
a "abc\x123\n\"de//f"
---tokens---
'a' Name.Function
' ' Text.Whitespace
'"' Literal.String
'abc' Literal.String
'\\x12' Literal.String.Escape
'3' Literal.String
'\\n' Literal.String.Escape
'\\"' Literal.String.Escape
'de//f' Literal.String
'"' Literal.String
'\n' Text