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