t2ym / i18n-element

I18N Base Element for Lit and Polymer
Other
9 stars 1 forks source link

[test] Enable and pass tests on complex-compound-binding-element #25

Closed t2ym closed 8 years ago

t2ym commented 8 years ago

Enable and pass tests on complex-compound-binding-element

As Polymer 2.x uses the following different syntax, expected results for complex-compound-binding-element have to be designed and implemented, or the test suites have to be modified to match with the current behavior.

<span>
  <dom-repeat items="{{items}}">
    <template>Name: {{item.name}}</template>
  </dom-repeat>
</span>