diff options
Diffstat (limited to 'tests/snippets/scala/test_prepend_operator.txt')
-rw-r--r-- | tests/snippets/scala/test_prepend_operator.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/snippets/scala/test_prepend_operator.txt b/tests/snippets/scala/test_prepend_operator.txt new file mode 100644 index 0000000..cf7b2f9 --- /dev/null +++ b/tests/snippets/scala/test_prepend_operator.txt @@ -0,0 +1,10 @@ +---input--- +a +: b + +---tokens--- +'a' Name +' ' Text.Whitespace +'+:' Operator +' ' Text.Whitespace +'b' Name +'\n' Text.Whitespace |