Added more test cases for c-input and c-data

This commit is contained in:
Patrick Steele-Idem 2015-02-04 17:38:20 -07:00
parent 1101fd16e5
commit 12abf8c26b
2 changed files with 4 additions and 2 deletions

View File

@ -1 +1,3 @@
<test-simpleHello c-input="data"/>
<test-simpleHello c-input="data"/>
<test-simpleHello c-input="{ name: 'John', adult: false }"/>
<test-simpleHello c-data="{ name: 'Jane', adult: true }"/>

View File

@ -1 +1 @@
Hello Frank! adult=true
Hello Frank! adult=trueHello John! adult=falseHello Jane! adult=true