tartrazine/tests/yaml/test_yaml.txt

14 lines
334 B
Plaintext
Raw Normal View History

2024-08-03 10:36:47 +00:00
# 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