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