mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
Marko v3: Moved over pending entities test
This commit is contained in:
parent
724aa41c51
commit
4cf463e9f2
@ -1 +0,0 @@
|
||||
<div data-attr="Hello <John> <hello>" data-nested-attr="Hello <John> <hello>" data-nested-attr2="Hello <John> <hello>">Hello <John>© <hello> <START></div> ©
|
||||
@ -1,7 +0,0 @@
|
||||
<div data-attr="Hello <John> <hello>">
|
||||
<attr name="data-nested-attr">Hello <John> <![CDATA[<hello>]]></attr>
|
||||
<attr name="data-nested-attr2" value="Hello <John> <hello>"/>
|
||||
Hello <John>© <![CDATA[<hello>]]>
|
||||
${startTag:START}
|
||||
</div>
|
||||
©
|
||||
1
test/fixtures/render/autotest/entities/expected.html
vendored
Normal file
1
test/fixtures/render/autotest/entities/expected.html
vendored
Normal file
@ -0,0 +1 @@
|
||||
<div data-attr="Hello "John" <foo>">Hello <John>© <hello></div> ©
|
||||
4
test/fixtures/render/autotest/entities/template.marko
vendored
Normal file
4
test/fixtures/render/autotest/entities/template.marko
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
<div data-attr="Hello \"John\" <foo>">
|
||||
Hello <John>© <![CDATA[<hello>]]>
|
||||
</div>
|
||||
©
|
||||
Loading…
x
Reference in New Issue
Block a user