mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-06-19 06:33:06 -03:00
Reorganize tests into a real spec suite
This commit is contained in:
@ -0,0 +1,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
|
Reference in New Issue
Block a user