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:
20
spec/tests/gdscript/test_inner_class.txt
Normal file
20
spec/tests/gdscript/test_inner_class.txt
Normal file
@ -0,0 +1,20 @@
|
||||
---input---
|
||||
class InnerClass:
|
||||
var a = 5
|
||||
|
||||
---tokens---
|
||||
'class' Keyword
|
||||
' ' Text.Whitespace
|
||||
'InnerClass' Name
|
||||
':' Punctuation
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'\t' Text.Whitespace
|
||||
'var' Keyword
|
||||
' ' Text.Whitespace
|
||||
'a' Name
|
||||
' ' Text.Whitespace
|
||||
'=' Operator
|
||||
' ' Text.Whitespace
|
||||
'5' Literal.Number.Integer
|
||||
'\n' Text.Whitespace
|
Reference in New Issue
Block a user