mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00:00
14 lines
334 B
Plaintext
14 lines
334 B
Plaintext
# Bug #1528: This previously parsed 'token # innocent' as a tag
|
|
|
|
---input---
|
|
here: token # innocent: comment
|
|
|
|
---tokens---
|
|
'here' Name.Tag
|
|
':' Punctuation
|
|
' ' Text.Whitespace
|
|
'token' Literal.Scalar.Plain
|
|
' ' Text.Whitespace
|
|
'# innocent: comment' Comment.Single
|
|
'\n' Text.Whitespace
|