This repository has been archived on 2024-06-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
coffee.pygments/tests/snippets/matlabsession/test_wrong_continuation.txt

18 lines
267 B
Text

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