initial
This commit is contained in:
20
node_modules/pug-parser/test/cases/inheritance.extend.whitespace.tokens.json
generated
vendored
Normal file
20
node_modules/pug-parser/test/cases/inheritance.extend.whitespace.tokens.json
generated
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
{"type":"newline","line":2,"col":1}
|
||||
{"type":"extends","line":2,"col":1}
|
||||
{"type":"path","line":2,"col":8,"val":"auxiliary/layout.pug"}
|
||||
{"type":"newline","line":4,"col":1}
|
||||
{"type":"block","line":4,"col":1,"val":"head","mode":"replace"}
|
||||
{"type":"indent","line":6,"col":1,"val":2}
|
||||
{"type":"tag","line":6,"col":3,"val":"script"}
|
||||
{"type":"start-attributes","line":6,"col":9}
|
||||
{"type":"attribute","line":6,"col":10,"name":"src","val":"'jquery.js'","mustEscape":true}
|
||||
{"type":"end-attributes","line":6,"col":25}
|
||||
{"type":"outdent","line":8,"col":1}
|
||||
{"type":"block","line":8,"col":1,"val":"content","mode":"replace"}
|
||||
{"type":"indent","line":12,"col":1,"val":2}
|
||||
{"type":"tag","line":12,"col":3,"val":"h2"}
|
||||
{"type":"text","line":12,"col":6,"val":"Page"}
|
||||
{"type":"newline","line":13,"col":1}
|
||||
{"type":"tag","line":13,"col":3,"val":"p"}
|
||||
{"type":"text","line":13,"col":5,"val":"Some content"}
|
||||
{"type":"outdent","line":14,"col":1}
|
||||
{"type":"eos","line":14,"col":1}
|
||||
Reference in New Issue
Block a user