pixsy/node_modules/pug-parser/test/cases/attrs-data.tokens.json

33 lines
1.8 KiB
JSON
Raw Normal View History

2017-12-22 17:22:08 +00:00
{"type":"code","line":1,"col":1,"val":"var user = { name: 'tobi' }","mustEscape":false,"buffer":false}
{"type":"newline","line":2,"col":1}
{"type":"tag","line":2,"col":1,"val":"foo"}
{"type":"start-attributes","line":2,"col":4}
{"type":"attribute","line":2,"col":5,"name":"data-user","val":"user","mustEscape":true}
{"type":"end-attributes","line":2,"col":19}
{"type":"newline","line":3,"col":1}
{"type":"tag","line":3,"col":1,"val":"foo"}
{"type":"start-attributes","line":3,"col":4}
{"type":"attribute","line":3,"col":5,"name":"data-items","val":"[1,2,3]","mustEscape":true}
{"type":"end-attributes","line":3,"col":23}
{"type":"newline","line":4,"col":1}
{"type":"tag","line":4,"col":1,"val":"foo"}
{"type":"start-attributes","line":4,"col":4}
{"type":"attribute","line":4,"col":5,"name":"data-username","val":"'tobi'","mustEscape":true}
{"type":"end-attributes","line":4,"col":25}
{"type":"newline","line":5,"col":1}
{"type":"tag","line":5,"col":1,"val":"foo"}
{"type":"start-attributes","line":5,"col":4}
{"type":"attribute","line":5,"col":5,"name":"data-escaped","val":"{message: \"Let's rock!\"}","mustEscape":true}
{"type":"end-attributes","line":5,"col":42}
{"type":"newline","line":6,"col":1}
{"type":"tag","line":6,"col":1,"val":"foo"}
{"type":"start-attributes","line":6,"col":4}
{"type":"attribute","line":6,"col":5,"name":"data-ampersand","val":"{message: \"a quote: " this & that\"}","mustEscape":true}
{"type":"end-attributes","line":6,"col":60}
{"type":"newline","line":7,"col":1}
{"type":"tag","line":7,"col":1,"val":"foo"}
{"type":"start-attributes","line":7,"col":4}
{"type":"attribute","line":7,"col":5,"name":"data-epoc","val":"new Date(0)","mustEscape":true}
{"type":"end-attributes","line":7,"col":26}
{"type":"newline","line":8,"col":1}
{"type":"eos","line":8,"col":1}