summaryrefslogtreecommitdiff
path: root/tests/snippets/console/test_newline_in_ls_ps2.txt
blob: bf1bae5ea7a2a6fe4773e82cee68e96228bca50f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---input---
$ ls \
> hi
hi

---tokens---
'$ '          Generic.Prompt
'ls'          Text
' '           Text.Whitespace
'\\\n'        Literal.String.Escape

'> '          Generic.Prompt
'hi'          Text
'\n'          Text.Whitespace

'hi\n'        Generic.Output