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 / coffeescript / test_beware_infinite_loop.txt
Size: Mime:
# This demonstrates the case that "This isn't really guarding" comment
# refers to.

---input---
/a/x;

---tokens---
''            Text
'/'           Operator
'a'           Name.Other
'/'           Operator
'x'           Name.Other
';'           Punctuation
'\n'          Text.Whitespace