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

7 lines
81 B
Plaintext
Raw Normal View History

2017-12-22 17:22:08 +00:00
- var id = 42;
foo
| some
| \#{text}
| here
| My ID #{"is {" + id + "}"}