tartrazine/spec/tests/toml/bool-comment.txt

13 lines
353 B
Plaintext
Raw Normal View History

2024-08-03 10:36:47 +00:00
---input---
foo = true # comment used to prevent bool from being recognized
---tokens---
'foo' Name
' ' Text.Whitespace
'=' Operator
' ' Text.Whitespace
'true' Keyword.Constant
' ' Text.Whitespace
'# comment used to prevent bool from being recognized' Comment.Single
'\n' Text.Whitespace