mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-06-20 07:03:05 -03:00
Reorganize tests into a real spec suite
This commit is contained in:
17
spec/unsupported_lexers/pycon/unterminated_tb.txt
Normal file
17
spec/unsupported_lexers/pycon/unterminated_tb.txt
Normal file
@ -0,0 +1,17 @@
|
||||
---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
|
Reference in New Issue
Block a user