mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 05:22:23 +00:00
16 lines
281 B
Plaintext
16 lines
281 B
Plaintext
|
---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
|