Files
pugz/tests/sample_data/pug-parser/cases/quotes.tokens.json

6 lines
727 B
JSON
Raw Normal View History

2026-01-24 23:53:19 +05:30
{"type":"tag","loc":{"start":{"line":1,"column":1},"filename":"/cases/quotes.pug","end":{"line":1,"column":2}},"val":"p"}
{"type":"text","loc":{"start":{"line":1,"column":3},"filename":"/cases/quotes.pug","end":{"line":1,"column":8}},"val":"\"foo\""}
{"type":"newline","loc":{"start":{"line":2,"column":1},"filename":"/cases/quotes.pug","end":{"line":2,"column":1}}}
{"type":"tag","loc":{"start":{"line":2,"column":1},"filename":"/cases/quotes.pug","end":{"line":2,"column":2}},"val":"p"}
{"type":"text","loc":{"start":{"line":2,"column":3},"filename":"/cases/quotes.pug","end":{"line":2,"column":8}},"val":"'foo'"}
{"type":"eos","loc":{"start":{"line":2,"column":8},"filename":"/cases/quotes.pug","end":{"line":2,"column":8}}}