blob: 8da212c6518471d955845d6f6f9bc215181da58f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
---input---
* foo
* bar
---tokens---
'*' Keyword
' ' Text.Whitespace
'foo' Text
'\n' Text.Whitespace
'*' Keyword
' ' Text.Whitespace
'bar' Text
'\n' Text.Whitespace
|