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

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