tartrazine/spec/unsupported_lexers/wat/test_string_byte_escape.txt

10 lines
196 B
Plaintext
Raw Permalink Normal View History

2024-08-03 10:36:47 +00:00
---input---
"\001"
---tokens---
'"' Literal.String.Double
'\\00' Literal.String.Escape
'1' Literal.String.Double
'"' Literal.String.Double
'\n' Text