Fix compound bindings with braces in literals

This commit is contained in:
Tim van der Lippe
2015-11-09 18:00:52 +01:00
parent 07d39a1be8
commit 561b28b8bc
3 changed files with 8 additions and 1 deletions

View File

@@ -26,6 +26,7 @@
no-computed="{{foobared(noInlineComputed)}}"
compoundAttr1$="{{cpnd1}}{{ cpnd2 }}{{cpnd3.prop}}{{ computeCompound(cpnd4, cpnd5, 'literal')}}"
compoundAttr2$="literal1 {{cpnd1}} literal2 {{cpnd2}}{{cpnd3.prop}} literal3 {{computeCompound(cpnd4, cpnd5, 'literal')}} literal4"
compoundAttr3$="{{computeCompound('world', 'username ', 'Hello {0} ')}}"
>
Test
</div>