summaryrefslogtreecommitdiff
path: root/tests/snippets/scala/test_float_with_exponents.txt
blob: d64ee633c4169661c87c9d212fad66d5aeeca90b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---input---
.1e12 .1e+34 .1e-56 .1e12f

---tokens---
'.1e12'       Literal.Number.Float
' '           Text.Whitespace
'.1e+34'      Literal.Number.Float
' '           Text.Whitespace
'.1e-56'      Literal.Number.Float
' '           Text.Whitespace
'.1e12f'      Literal.Number.Float
'\n'          Text.Whitespace