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 / yaml / test_yaml.txt
Size: Mime:
# Bug #1528: This previously parsed 'token # innocent' as a tag

---input---
here: token # innocent: comment

---tokens---
'here'        Name.Tag
':'           Punctuation
' '           Text.Whitespace
'token'       Literal.Scalar.Plain
' '           Text.Whitespace
'# innocent: comment' Comment.Single
'\n'          Text.Whitespace