summaryrefslogtreecommitdiff
path: root/tests/snippets/ruby/test_range_syntax1.txt
blob: df7c40cb37c4e76a4ece7e447a6df6265d48c949 (plain)
1
2
3
4
5
6
7
8
---input---
1..3

---tokens---
'1'           Literal.Number.Integer
'..'          Operator
'3'           Literal.Number.Integer
'\n'          Text