Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Pygments / tests / snippets / scala / test_float_with_exponents.txt
Size: Mime:
---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