diff options
Diffstat (limited to 'tests/snippets/wat/test_string_byte_escape.txt')
-rw-r--r-- | tests/snippets/wat/test_string_byte_escape.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/snippets/wat/test_string_byte_escape.txt b/tests/snippets/wat/test_string_byte_escape.txt new file mode 100644 index 0000000..c0b9e4a --- /dev/null +++ b/tests/snippets/wat/test_string_byte_escape.txt @@ -0,0 +1,9 @@ +---input--- +"\001" + +---tokens--- +'"' Literal.String.Double +'\\00' Literal.String.Escape +'1' Literal.String.Double +'"' Literal.String.Double +'\n' Text |