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 / praat / test_broken_unquoted_string.txt
Size: Mime:
---input---
printline string
... 'interpolated' string

---tokens---
'printline'   Keyword
' '           Text
'string'      Literal.String
'\n'          Text

'...'         Punctuation
' '           Text
"'interpolated'" Literal.String.Interpol
' '           Text
'string'      Literal.String
'\n'          Text