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

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