Files
pugz/tests/sample_data/pug-parser/cases/include-only-text-body.tokens.json

7 lines
949 B
JSON
Raw Normal View History

2026-01-24 23:53:19 +05:30
{"type":"text","loc":{"start":{"line":1,"column":3},"filename":"/cases/include-only-text-body.pug","end":{"line":1,"column":19}},"val":"The message is \""}
{"type":"newline","loc":{"start":{"line":2,"column":1},"filename":"/cases/include-only-text-body.pug","end":{"line":2,"column":1}}}
{"type":"yield","loc":{"start":{"line":2,"column":1},"filename":"/cases/include-only-text-body.pug","end":{"line":2,"column":6}}}
{"type":"newline","loc":{"start":{"line":3,"column":1},"filename":"/cases/include-only-text-body.pug","end":{"line":3,"column":1}}}
{"type":"text","loc":{"start":{"line":3,"column":3},"filename":"/cases/include-only-text-body.pug","end":{"line":3,"column":4}},"val":"\""}
{"type":"newline","loc":{"start":{"line":4,"column":1},"filename":"/cases/include-only-text-body.pug","end":{"line":4,"column":1}}}
{"type":"eos","loc":{"start":{"line":4,"column":1},"filename":"/cases/include-only-text-body.pug","end":{"line":4,"column":1}}}