mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00:00
29 lines
509 B
Plaintext
29 lines
509 B
Plaintext
---input---
|
|
GET / HTTP/1.0
|
|
Content-Type: application/xml
|
|
|
|
<foo>
|
|
|
|
---tokens---
|
|
'GET' Name.Function
|
|
' ' Text
|
|
'/' Name.Namespace
|
|
' ' Text
|
|
'HTTP' Keyword.Reserved
|
|
'/' Operator
|
|
'1.0' Literal.Number
|
|
'\n' Text
|
|
|
|
'Content-Type' Name.Attribute
|
|
'' Text
|
|
':' Operator
|
|
' ' Text
|
|
'application/xml' Literal
|
|
'\n' Text
|
|
|
|
'\n' Text
|
|
|
|
'<foo' Name.Tag
|
|
'>' Name.Tag
|
|
'\n' Text.Whitespace
|