mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
Marko v3: Moved over more pending tests
This commit is contained in:
parent
7f6e9f65fa
commit
d860dfa528
@ -1 +0,0 @@
|
||||
<script>document.write('<div>Hello $data.name</div>');</script>
|
||||
@ -1,4 +0,0 @@
|
||||
<var name="name" value="data.name"/>
|
||||
<var name="count" value="data.count"/>
|
||||
|
||||
${name != null ? "Hello ${name.toUpperCase()}! You have $count new messages." : null}
|
||||
1
test/fixtures/render/autotest/script-tag-entities/template.marko
vendored
Normal file
1
test/fixtures/render/autotest/script-tag-entities/template.marko
vendored
Normal file
@ -0,0 +1 @@
|
||||
<script>document.write('<div>Hello ${data.name}</div>');</script>
|
||||
2
test/fixtures/render/autotest/string-expressions/template.marko
vendored
Normal file
2
test/fixtures/render/autotest/string-expressions/template.marko
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
<var name=data.name count=data.count/>
|
||||
${name != null ? "Hello ${name.toUpperCase()}! You have ${count} new messages." : null}
|
||||
Loading…
x
Reference in New Issue
Block a user