10 lines
212 B
Text
10 lines
212 B
Text
---input---
|
|
// This invalid input should terminate.
|
|
)
|
|
|
|
---tokens---
|
|
'// This invalid input should terminate.' Comment.Single
|
|
'\n' Text.Whitespace
|
|
|
|
')' Punctuation
|
|
'\n' Text.Whitespace
|