pixsy/node_modules/pug-parser/test/cases/yield-title-head.tokens.json

17 lines
807 B
JSON
Raw Normal View History

2017-12-22 17:22:08 +00:00
{"type":"tag","line":1,"col":1,"val":"head"}
{"type":"indent","line":2,"col":1,"val":2}
{"type":"tag","line":2,"col":3,"val":"title"}
{"type":"indent","line":3,"col":1,"val":4}
{"type":"yield","line":3,"col":5}
{"type":"outdent","line":4,"col":3}
{"type":"tag","line":4,"col":3,"val":"script"}
{"type":"start-attributes","line":4,"col":9}
{"type":"attribute","line":4,"col":10,"name":"src","val":"'/jquery.js'","mustEscape":true}
{"type":"end-attributes","line":4,"col":26}
{"type":"newline","line":5,"col":1}
{"type":"tag","line":5,"col":3,"val":"script"}
{"type":"start-attributes","line":5,"col":9}
{"type":"attribute","line":5,"col":10,"name":"src","val":"'/jquery.ui.js'","mustEscape":true}
{"type":"end-attributes","line":5,"col":29}
{"type":"outdent","line":6,"col":1}
{"type":"eos","line":6,"col":1}