pixsy/node_modules/pug-parser/test/cases/comments-in-case.tokens.json

26 lines
1.1 KiB
JSON
Raw Normal View History

2017-12-22 17:22:08 +00:00
{"type":"doctype","line":1,"col":1,"val":"html"}
{"type":"newline","line":2,"col":1}
{"type":"tag","line":2,"col":1,"val":"html"}
{"type":"indent","line":3,"col":1,"val":2}
{"type":"tag","line":3,"col":3,"val":"body"}
{"type":"indent","line":4,"col":1,"val":3}
{"type":"code","line":4,"col":4,"val":"var s = 'this'","mustEscape":false,"buffer":false}
{"type":"newline","line":5,"col":1}
{"type":"case","line":5,"col":4,"val":"s"}
{"type":"indent","line":6,"col":1,"val":5}
{"type":"comment","line":6,"col":6,"val":" Comment","buffer":false}
{"type":"newline","line":7,"col":1}
{"type":"when","line":7,"col":6,"val":"'this'"}
{"type":"indent","line":8,"col":1,"val":7}
{"type":"tag","line":8,"col":8,"val":"p"}
{"type":"text","line":8,"col":10,"val":"It's this!"}
{"type":"outdent","line":9,"col":6}
{"type":"when","line":9,"col":6,"val":"'that'"}
{"type":"indent","line":10,"col":1,"val":7}
{"type":"tag","line":10,"col":8,"val":"p"}
{"type":"text","line":10,"col":10,"val":"It's that!"}
{"type":"outdent","line":10,"col":20}
{"type":"outdent","line":10,"col":20}
{"type":"outdent","line":10,"col":20}
{"type":"outdent","line":10,"col":20}
{"type":"eos","line":10,"col":20}