initial
This commit is contained in:
18
node_modules/pug-parser/test/cases/yield-before-conditional-head.tokens.json
generated
vendored
Normal file
18
node_modules/pug-parser/test/cases/yield-before-conditional-head.tokens.json
generated
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
{"type":"tag","line":1,"col":1,"val":"head"}
|
||||
{"type":"indent","line":2,"col":1,"val":2}
|
||||
{"type":"tag","line":2,"col":3,"val":"script"}
|
||||
{"type":"start-attributes","line":2,"col":9}
|
||||
{"type":"attribute","line":2,"col":10,"name":"src","val":"'/jquery.js'","mustEscape":true}
|
||||
{"type":"end-attributes","line":2,"col":26}
|
||||
{"type":"newline","line":3,"col":1}
|
||||
{"type":"yield","line":3,"col":3}
|
||||
{"type":"newline","line":4,"col":1}
|
||||
{"type":"if","line":4,"col":3,"val":"false"}
|
||||
{"type":"indent","line":5,"col":1,"val":4}
|
||||
{"type":"tag","line":5,"col":5,"val":"script"}
|
||||
{"type":"start-attributes","line":5,"col":11}
|
||||
{"type":"attribute","line":5,"col":12,"name":"src","val":"'/jquery.ui.js'","mustEscape":true}
|
||||
{"type":"end-attributes","line":5,"col":31}
|
||||
{"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