blob: 0dd3911b69f2e1b3261fe96bfa071b23c85bcbd4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# 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
|