14 lines
221 B
Text
14 lines
221 B
Text
---input---
|
|
1. foo
|
|
2. bar
|
|
|
|
---tokens---
|
|
'1.' Keyword
|
|
' ' Text
|
|
'foo' Text
|
|
'\n' Text.Whitespace
|
|
|
|
'2.' Keyword
|
|
' ' Text
|
|
'bar' Text
|
|
'\n' Text.Whitespace
|