tartrazine/spec/tests/toml/section-header-whitespace.txt

17 lines
423 B
Plaintext

---input---
[ foo . bar ] # whitespace allowed in table headers
---tokens---
'[' Keyword
' ' Text.Whitespace
'foo' Keyword
' ' Text.Whitespace
'.' Keyword
' ' Text.Whitespace
'bar' Keyword
' ' Text.Whitespace
']' Keyword
' ' Text.Whitespace
'# whitespace allowed in table headers' Comment.Single
'\n' Text.Whitespace