diff options
Diffstat (limited to 'tests/snippets/r/test_indexing.txt')
-rw-r--r-- | tests/snippets/r/test_indexing.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/snippets/r/test_indexing.txt b/tests/snippets/r/test_indexing.txt new file mode 100644 index 0000000..6491d1a --- /dev/null +++ b/tests/snippets/r/test_indexing.txt @@ -0,0 +1,9 @@ +---input--- +a[1] + +---tokens--- +'a' Name +'[' Punctuation +'1' Literal.Number +']' Punctuation +'\n' Text.Whitespace |