summaryrefslogtreecommitdiff
path: root/tests/snippets/wren/lonely-paren.txt
blob: 5236e601b7d638eea6660d6c8d77bf0ab19e7f1a (plain)
1
2
3
4
5
6
7
8
9
10
---input---
// This invalid input should terminate.
)

---tokens---
'// This invalid input should terminate.' Comment.Single
'\n'          Text.Whitespace

')'           Punctuation
'\n'          Text.Whitespace