diff options
Diffstat (limited to 'tests/snippets/ruby/test_operator_methods.txt')
-rw-r--r-- | tests/snippets/ruby/test_operator_methods.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/snippets/ruby/test_operator_methods.txt b/tests/snippets/ruby/test_operator_methods.txt new file mode 100644 index 0000000..c8f7a7a --- /dev/null +++ b/tests/snippets/ruby/test_operator_methods.txt @@ -0,0 +1,9 @@ +---input--- +x.==4 + +---tokens--- +'x' Name +'.' Operator +'==' Name.Operator +'4' Literal.Number.Integer +'\n' Text.Whitespace |