This repository has been archived on 2024-06-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
coffee.pygments/tests/snippets/scala/test_float_with_exponents.txt
2022-01-06 18:34:29 +01:00

12 lines
313 B
Text

---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