tartrazine/tests/console/ps2_prompt.txt

16 lines
281 B
Plaintext
Raw Normal View History

2024-08-03 10:36:47 +00:00
---input---
$ ls\
> /does/not/exist
ls: cannot access ...
---tokens---
'$ ' Generic.Prompt
'ls' Text
'\\\n' Literal.String.Escape
'> ' Generic.Prompt
'/does/not/exist' Text
'\n' Text.Whitespace
'ls: cannot access ...\n' Generic.Output