pixsy/node_modules/pug/test/cases/interpolation.escape.pug

7 lines
81 B
Plaintext

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