tartrazine/spec/unsupported_lexers/vbscript/test_floats_multiple.txt

8 lines
134 B
Plaintext
Raw Normal View History

2024-08-03 10:36:47 +00:00
---input---
1e2.1e2
---tokens---
'1e2' Literal.Number.Float
'.1e2' Literal.Number.Float
'\n' Text.Whitespace