tartrazine/spec/unsupported_lexers/wren/lonely-paren.txt

11 lines
212 B
Plaintext

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