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

9 lines
162 B
Plaintext
Raw Normal View History

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