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_operator_multiple_space.txt
Size: Mime:
# Test that multiple spaces with an operator doesn't get formatted to a string.

---input---
x  > 100;

---tokens---
'x'           Name
'  '          Text.Whitespace
'>'           Operator
' '           Text.Whitespace
'100'         Literal.Number.Integer
';'           Punctuation
'\n'          Text.Whitespace