summaryrefslogtreecommitdiff
path: root/tests/snippets/matlabsession/test_wrong_continuation.txt
blob: 6ea3e3146c194a72b6a7d5af04f4870130f39bf1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---input---
>> foo()
bar
...
baz

---tokens---
'>> '         Generic.Prompt
'foo'         Name
'('           Punctuation
')'           Punctuation
'\n'          Text.Whitespace

'bar\n'       Generic.Output

'...\n'       Generic.Output

'baz\n'       Generic.Output