summaryrefslogtreecommitdiff
path: root/tests/snippets/r/test_indexing.txt
blob: 396a2d383a65a5dfed1001989dc4b51070ab6915 (plain)
1
2
3
4
5
6
7
8
9
---input---
a[1]

---tokens---
'a'           Name
'['           Punctuation
'1'           Literal.Number
']'           Punctuation
'\n'          Text