pixsy/node_modules/pug-parser/test/cases/code.escape.tokens.json
synth-ruiner 495f1d958e initial
2017-12-22 17:22:08 +00:00

6 lines
321 B
JSON

{"type":"tag","line":1,"col":1,"val":"p"}
{"type":"code","line":1,"col":2,"val":"'<script>'","mustEscape":true,"buffer":true}
{"type":"newline","line":2,"col":1}
{"type":"tag","line":2,"col":1,"val":"p"}
{"type":"code","line":2,"col":2,"val":"'<script>'","mustEscape":false,"buffer":true}
{"type":"eos","line":2,"col":15}