pixsy/node_modules/pug-lexer/test/cases/interpolation.escape.pug
synth-ruiner 495f1d958e initial
2017-12-22 17:22:08 +00:00

7 lines
81 B
Plaintext

- var id = 42;
foo
| some
| \#{text}
| here
| My ID #{"is {" + id + "}"}