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 / console / fake_ps2_prompt.txt
Size: Mime:
# Test that missing backslash means it's no prompt.

---input---
$ echo "> not a prompt"
> not a prompt

---tokens---
'$ '          Generic.Prompt
'echo'        Name.Builtin
' '           Text
'"> not a prompt"' Literal.String.Double
'\n'          Text

'> not a prompt\n' Generic.Output