---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
