tartrazine/spec/unsupported_lexers/janet/buf_lit-with-hex-escape.txt

9 lines
158 B
Plaintext
Raw Normal View History

2024-08-03 10:36:47 +00:00
---input---
@"\x0f"
---tokens---
'@"' Literal.String
'\\x0f' Literal.String.Escape
'"' Literal.String
'\n' Text.Whitespace