tartrazine/spec/tests/matlab/test_dot_operator.txt

11 lines
178 B
Plaintext
Raw Permalink Normal View History

2024-08-03 10:36:47 +00:00
# 1./x is (1)(./)(x), not (1.)(/)(x)
---input---
1./x
---tokens---
'1' Literal.Number.Integer
'./' Operator
'x' Name
'\n' Text.Whitespace