FIX: Properly encode string literals in hbs compiler

This commit is contained in:
Robin Ward
2017-10-04 12:48:14 -04:00
parent ddbd1d5ab8
commit 051b49efdb
2 changed files with 7 additions and 2 deletions

View File

@ -3,7 +3,7 @@ template = <<~HBS
{{a}}
{{{htmlValue}}}
{{#if state.category}}
{{attach widget="category-display" attrs=(hash category=state.category)}}
{{attach widget="category-display" attrs=(hash category=state.category someNumber=123 someString="wat")}}
{{/if}}
HBS