mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
Fix compound bindings with braces in literals
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user