pixsy/node_modules/pug-parser/test/cases/classes-empty.tokens.json

15 lines
752 B
JSON
Raw Normal View History

2017-12-22 17:22:08 +00:00
{"type":"tag","line":1,"col":1,"val":"a"}
{"type":"start-attributes","line":1,"col":2}
{"type":"attribute","line":1,"col":3,"name":"class","val":"''","mustEscape":true}
{"type":"end-attributes","line":1,"col":11}
{"type":"newline","line":2,"col":1}
{"type":"tag","line":2,"col":1,"val":"a"}
{"type":"start-attributes","line":2,"col":2}
{"type":"attribute","line":2,"col":3,"name":"class","val":"null","mustEscape":true}
{"type":"end-attributes","line":2,"col":13}
{"type":"newline","line":3,"col":1}
{"type":"tag","line":3,"col":1,"val":"a"}
{"type":"start-attributes","line":3,"col":2}
{"type":"attribute","line":3,"col":3,"name":"class","val":"undefined","mustEscape":true}
{"type":"end-attributes","line":3,"col":18}
{"type":"eos","line":3,"col":19}