diff options
Diffstat (limited to 'tests/snippets/praat/test_interpolated_string_hash.txt')
-rw-r--r-- | tests/snippets/praat/test_interpolated_string_hash.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/snippets/praat/test_interpolated_string_hash.txt b/tests/snippets/praat/test_interpolated_string_hash.txt new file mode 100644 index 0000000..49f5147 --- /dev/null +++ b/tests/snippets/praat/test_interpolated_string_hash.txt @@ -0,0 +1,6 @@ +---input--- +'a$["b"]' + +---tokens--- +'\'a$["b"]\'' Literal.String.Interpol +'\n' Text.Whitespace |