initial
This commit is contained in:
20
node_modules/pug-parser/test/cases/yield-before-conditional.tokens.json
generated
vendored
Normal file
20
node_modules/pug-parser/test/cases/yield-before-conditional.tokens.json
generated
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
{"type":"tag","line":1,"col":1,"val":"html"}
|
||||
{"type":"indent","line":2,"col":1,"val":2}
|
||||
{"type":"tag","line":2,"col":3,"val":"body"}
|
||||
{"type":"indent","line":3,"col":1,"val":4}
|
||||
{"type":"include","line":3,"col":5}
|
||||
{"type":"path","line":3,"col":13,"val":"yield-before-conditional-head.pug"}
|
||||
{"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":"'/caustic.js'","mustEscape":true}
|
||||
{"type":"end-attributes","line":4,"col":31}
|
||||
{"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":"'/app.js'","mustEscape":true}
|
||||
{"type":"end-attributes","line":5,"col":27}
|
||||
{"type":"outdent","line":6,"col":5}
|
||||
{"type":"outdent","line":6,"col":3}
|
||||
{"type":"outdent","line":6,"col":1}
|
||||
{"type":"eos","line":6,"col":1}
|
||||
Reference in New Issue
Block a user