initial
This commit is contained in:
20
node_modules/pug-parser/test/cases/html5.tokens.json
generated
vendored
Normal file
20
node_modules/pug-parser/test/cases/html5.tokens.json
generated
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
{"type":"doctype","line":1,"col":1,"val":"html"}
|
||||
{"type":"newline","line":2,"col":1}
|
||||
{"type":"tag","line":2,"col":1,"val":"input"}
|
||||
{"type":"start-attributes","line":2,"col":6}
|
||||
{"type":"attribute","line":2,"col":7,"name":"type","val":"'checkbox'","mustEscape":true}
|
||||
{"type":"attribute","line":2,"col":24,"name":"checked","val":true,"mustEscape":false}
|
||||
{"type":"end-attributes","line":2,"col":31}
|
||||
{"type":"newline","line":3,"col":1}
|
||||
{"type":"tag","line":3,"col":1,"val":"input"}
|
||||
{"type":"start-attributes","line":3,"col":6}
|
||||
{"type":"attribute","line":3,"col":7,"name":"type","val":"'checkbox'","mustEscape":true}
|
||||
{"type":"attribute","line":3,"col":24,"name":"checked","val":"true","mustEscape":true}
|
||||
{"type":"end-attributes","line":3,"col":36}
|
||||
{"type":"newline","line":4,"col":1}
|
||||
{"type":"tag","line":4,"col":1,"val":"input"}
|
||||
{"type":"start-attributes","line":4,"col":6}
|
||||
{"type":"attribute","line":4,"col":7,"name":"type","val":"'checkbox'","mustEscape":true}
|
||||
{"type":"attribute","line":4,"col":24,"name":"checked","val":"false","mustEscape":true}
|
||||
{"type":"end-attributes","line":4,"col":37}
|
||||
{"type":"eos","line":4,"col":38}
|
||||
Reference in New Issue
Block a user