tartrazine/spec/tests/gdscript/test_signal.txt

16 lines
327 B
Plaintext
Raw Normal View History

2024-08-03 10:36:47 +00:00
---input---
signal sig (arg1, arg2)
---tokens---
'signal' Keyword
' ' Text.Whitespace
'sig' Name
' ' Text.Whitespace
'(' Punctuation
'arg1' Name
',' Punctuation
' ' Text.Whitespace
'arg2' Name
')' Punctuation
'\n' Text.Whitespace