tartrazine/spec/tests/nix/floats.txt

27 lines
387 B
Plaintext
Raw Normal View History

2024-08-03 10:36:47 +00:00
---input---
0.3
.1
0.1e4
-3.0
0.1E-4
0.2e+4
---tokens---
'0.3' Literal.Number.Float
'\n' Text
'.1' Literal.Number.Float
'\n' Text
'0.1e4' Literal.Number.Float
'\n' Text
'-3.0' Literal.Number.Float
'\n' Text
'0.1E-4' Literal.Number.Float
'\n' Text
'0.2e+4' Literal.Number.Float
'\n' Text