diff options
Diffstat (limited to 'tests/snippets/gdscript/test_comment.txt')
-rw-r--r-- | tests/snippets/gdscript/test_comment.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/snippets/gdscript/test_comment.txt b/tests/snippets/gdscript/test_comment.txt new file mode 100644 index 0000000..ee78bc5 --- /dev/null +++ b/tests/snippets/gdscript/test_comment.txt @@ -0,0 +1,6 @@ +---input--- +# Comment + +---tokens--- +'# Comment' Comment.Single +'\n' Text.Whitespace |