mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 05:22:23 +00:00
11 lines
212 B
Plaintext
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
|