batiste/pug-vdom

Interpolated text ignores whitespace

Closed this issue · 1 comments

If I use Report for week commencing #{currentWeek} I get "Report for week commencing30-Sep-2019". No space is included between the string and the variable (which is just another string).

Thanks for reporting. I believe I've noticed this as well. I'll try to write some tests for this and address soon