mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-08-05 07:45:33 +00:00
Reorganize tests into a real spec suite
This commit is contained in:
9
spec/tests/ruby/test_operator_methods.txt
Normal file
9
spec/tests/ruby/test_operator_methods.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
---input---
|
||||
x.==4
|
||||
|
||||
---tokens---
|
||||
'x' Name
|
||||
'.' Operator
|
||||
'==' Name.Operator
|
||||
'4' Literal.Number.Integer
|
||||
'\n' Text.Whitespace
|
Reference in New Issue
Block a user