summaryrefslogtreecommitdiffstats
path: root/tests/snippets/matlab/test_dot_operator.txt
blob: b858cd3f93891a2f0754e0f68d74aae3a27a116a (plain)
1
2
3
4
5
6
7
8
9
10
# 1./x is (1)(./)(x), not (1.)(/)(x)

---input---
1./x

---tokens---
'1'           Literal.Number.Integer
'./'          Operator
'x'           Name
'\n'          Text.Whitespace