tartrazine/spec/unsupported_lexers/http/test_application_xml.txt

29 lines
509 B
Plaintext
Raw Normal View History

2024-08-03 10:36:47 +00:00
---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