diff options
Diffstat (limited to 'tests/snippets/wren/lonely-paren.txt')
-rw-r--r-- | tests/snippets/wren/lonely-paren.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/snippets/wren/lonely-paren.txt b/tests/snippets/wren/lonely-paren.txt new file mode 100644 index 0000000..5236e60 --- /dev/null +++ b/tests/snippets/wren/lonely-paren.txt @@ -0,0 +1,10 @@ +---input--- +// This invalid input should terminate. +) + +---tokens--- +'// This invalid input should terminate.' Comment.Single +'\n' Text.Whitespace + +')' Punctuation +'\n' Text.Whitespace |