mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 05:22:23 +00:00
17 lines
423 B
Plaintext
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
|