mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
Added more test cases for c-input and c-data
This commit is contained in:
parent
1101fd16e5
commit
12abf8c26b
@ -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 }"/>
|
||||
@ -1 +1 @@
|
||||
Hello Frank! adult=true
|
||||
Hello Frank! adult=trueHello John! adult=falseHello Jane! adult=true
|
||||
Loading…
x
Reference in New Issue
Block a user