10 lines
175 B
Text
10 lines
175 B
Text
---input---
|
|
# first line
|
|
# second line
|
|
|
|
---tokens---
|
|
'# first line' Comment.Single
|
|
'\n' Text.Whitespace
|
|
|
|
'# second line' Comment.Single
|
|
'\n' Text.Whitespace
|