initial
This commit is contained in:
11
node_modules/pug-parser/test/cases/xml.tokens.json
generated
vendored
Normal file
11
node_modules/pug-parser/test/cases/xml.tokens.json
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
{"type":"doctype","line":1,"col":1,"val":"xml"}
|
||||
{"type":"newline","line":2,"col":1}
|
||||
{"type":"tag","line":2,"col":1,"val":"category"}
|
||||
{"type":"start-attributes","line":2,"col":9}
|
||||
{"type":"attribute","line":2,"col":10,"name":"term","val":"'some term'","mustEscape":true}
|
||||
{"type":"end-attributes","line":2,"col":26}
|
||||
{"type":"slash","line":2,"col":27}
|
||||
{"type":"newline","line":3,"col":1}
|
||||
{"type":"tag","line":3,"col":1,"val":"link"}
|
||||
{"type":"text","line":3,"col":6,"val":"http://google.com"}
|
||||
{"type":"eos","line":3,"col":23}
|
||||
Reference in New Issue
Block a user