initial
This commit is contained in:
24
node_modules/pug-parser/test/cases/inheritance.defaults.tokens.json
generated
vendored
Normal file
24
node_modules/pug-parser/test/cases/inheritance.defaults.tokens.json
generated
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
{"type":"tag","line":1,"col":1,"val":"html"}
|
||||
{"type":"indent","line":2,"col":1,"val":2}
|
||||
{"type":"tag","line":2,"col":3,"val":"head"}
|
||||
{"type":"indent","line":3,"col":1,"val":4}
|
||||
{"type":"block","line":3,"col":5,"val":"head","mode":"replace"}
|
||||
{"type":"indent","line":4,"col":1,"val":6}
|
||||
{"type":"tag","line":4,"col":7,"val":"script"}
|
||||
{"type":"start-attributes","line":4,"col":13}
|
||||
{"type":"attribute","line":4,"col":14,"name":"src","val":"'jquery.js'","mustEscape":true}
|
||||
{"type":"end-attributes","line":4,"col":29}
|
||||
{"type":"newline","line":5,"col":1}
|
||||
{"type":"tag","line":5,"col":7,"val":"script"}
|
||||
{"type":"start-attributes","line":5,"col":13}
|
||||
{"type":"attribute","line":5,"col":14,"name":"src","val":"'keymaster.js'","mustEscape":true}
|
||||
{"type":"end-attributes","line":5,"col":32}
|
||||
{"type":"newline","line":6,"col":1}
|
||||
{"type":"tag","line":6,"col":7,"val":"script"}
|
||||
{"type":"start-attributes","line":6,"col":13}
|
||||
{"type":"attribute","line":6,"col":14,"name":"src","val":"'caustic.js'","mustEscape":true}
|
||||
{"type":"end-attributes","line":6,"col":30}
|
||||
{"type":"outdent","line":6,"col":31}
|
||||
{"type":"outdent","line":6,"col":31}
|
||||
{"type":"outdent","line":6,"col":31}
|
||||
{"type":"eos","line":6,"col":31}
|
||||
Reference in New Issue
Block a user