summaryrefslogtreecommitdiffstats
path: root/tests/snippets/scala/test_package_name.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/snippets/scala/test_package_name.txt')
-rw-r--r--tests/snippets/scala/test_package_name.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/snippets/scala/test_package_name.txt b/tests/snippets/scala/test_package_name.txt
new file mode 100644
index 0000000..53633e2
--- /dev/null
+++ b/tests/snippets/scala/test_package_name.txt
@@ -0,0 +1,11 @@
+---input---
+package p1.p2:
+
+---tokens---
+'package' Keyword
+' ' Text.Whitespace
+'p1' Name.Namespace
+'.' Punctuation
+'p2' Name
+':' Punctuation
+'\n' Text.Whitespace