This commit is contained in:
synth-ruiner
2017-12-22 17:22:08 +00:00
commit 495f1d958e
3484 changed files with 393731 additions and 0 deletions

20
node_modules/pug-parser/test/cases/html5.tokens.json generated vendored Normal file
View 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}