16 lines
423 B
Text
16 lines
423 B
Text
---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
|