mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 05:22:23 +00:00
18 lines
372 B
Plaintext
18 lines
372 B
Plaintext
|
---input---
|
||
|
>>> unterminated_traceback()
|
||
|
Traceback (most recent call last):
|
||
|
>>>
|
||
|
|
||
|
---tokens---
|
||
|
'>>> ' Generic.Prompt
|
||
|
'unterminated_traceback' Name
|
||
|
'(' Punctuation
|
||
|
')' Punctuation
|
||
|
'\n' Text.Whitespace
|
||
|
|
||
|
'Traceback (most recent call last):\n' Generic.Traceback
|
||
|
|
||
|
'' Text
|
||
|
'>>>' Generic.Prompt
|
||
|
'\n' Text.Whitespace
|