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

11 lines
212 B
Plaintext
Raw Normal View History

2024-08-03 10:36:47 +00:00
---input---
// This invalid input should terminate.
)
---tokens---
'// This invalid input should terminate.' Comment.Single
'\n' Text.Whitespace
')' Punctuation
'\n' Text.Whitespace