Repository URL to install this package:
|
Version:
2.13.0 ▾
|
# 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