tartrazine/spec/tests/crystal/test_operator_methods.txt

19 lines
416 B
Plaintext
Raw Normal View History

2024-08-03 10:36:47 +00:00
---input---
([] of Int32).[]?(5)
---tokens---
'(' Punctuation
'[' Operator
']' Operator
' ' Text.Whitespace
'of' Keyword
' ' Text.Whitespace
'Int32' Name
')' Punctuation
'.' Operator
'[]?' Name.Operator
'(' Punctuation
'5' Literal.Number.Integer
')' Punctuation
'\n' Text.Whitespace