mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-06-19 14:43:05 -03:00
Reorganize tests into a real spec suite
This commit is contained in:
24
spec/unsupported_lexers/vyper/test.txt
Normal file
24
spec/unsupported_lexers/vyper/test.txt
Normal file
@ -0,0 +1,24 @@
|
||||
---input---
|
||||
log Transfer
|
||||
|
||||
event Transfer:
|
||||
|
||||
struct Tessst:
|
||||
|
||||
---tokens---
|
||||
'log' Keyword
|
||||
' ' Text.Whitespace
|
||||
'Transfer' Name.Class
|
||||
'\n\n' Text.Whitespace
|
||||
|
||||
'event' Keyword
|
||||
' ' Text.Whitespace
|
||||
'Transfer' Name.Class
|
||||
':' Punctuation
|
||||
'\n\n' Text.Whitespace
|
||||
|
||||
'struct' Keyword
|
||||
' ' Text.Whitespace
|
||||
'Tessst' Name.Class
|
||||
':' Punctuation
|
||||
'\n' Text.Whitespace
|
Reference in New Issue
Block a user