summaryrefslogtreecommitdiffstats
path: root/tests/snippets/ezhil/test_sum.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/snippets/ezhil/test_sum.txt')
-rw-r--r--tests/snippets/ezhil/test_sum.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/snippets/ezhil/test_sum.txt b/tests/snippets/ezhil/test_sum.txt
new file mode 100644
index 0000000..fa2063d
--- /dev/null
+++ b/tests/snippets/ezhil/test_sum.txt
@@ -0,0 +1,8 @@
+---input---
+1+3
+
+---tokens---
+'1' Literal.Number.Integer
+'+' Operator
+'3' Literal.Number.Integer
+'\n' Text.Whitespace