summaryrefslogtreecommitdiffstats
path: root/tests/snippets/whiley/test_whiley_operator.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/snippets/whiley/test_whiley_operator.txt')
-rw-r--r--tests/snippets/whiley/test_whiley_operator.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/snippets/whiley/test_whiley_operator.txt b/tests/snippets/whiley/test_whiley_operator.txt
new file mode 100644
index 0000000..50761db
--- /dev/null
+++ b/tests/snippets/whiley/test_whiley_operator.txt
@@ -0,0 +1,10 @@
+---input---
+123 ∀ x
+
+---tokens---
+'123' Literal.Number.Integer
+' ' Text
+'∀' Operator
+' ' Text
+'x' Name
+'\n' Text