sf-static/portfolio/node_modules/pug-lexer/test/cases/interpolation.escape.pug

7 lines
81 B
Text
Raw Normal View History

2023-02-28 18:21:07 +00:00
- var id = 42;
foo
| some
| \#{text}
| here
| My ID #{"is {" + id + "}"}