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 / matlab / test_dot_operator.txt
Size: Mime:
# 1./x is (1)(./)(x), not (1.)(/)(x)

---input---
1./x

---tokens---
'1'           Literal.Number.Integer
'./'          Operator
'x'           Name
'\n'          Text.Whitespace