summaryrefslogtreecommitdiffstats
path: root/tests/snippets/vbscript/test_floats_multiple.txt
blob: 30a3708787645a1d4fab736a708749c016c95869 (plain)
1
2
3
4
5
6
7
---input---
1e2.1e2

---tokens---
'1e2'         Literal.Number.Float
'.1e2'        Literal.Number.Float
'\n'          Text.Whitespace