mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
Marko v3: HTML entities in body test
This commit is contained in:
parent
3850a0c276
commit
598199c08d
1
test/fixtures/render/autotest/html-entities-body/expected.html
vendored
Normal file
1
test/fixtures/render/autotest/html-entities-body/expected.html
vendored
Normal file
@ -0,0 +1 @@
|
||||
<div><div></div>
|
||||
3
test/fixtures/render/autotest/html-entities-body/template.marko
vendored
Normal file
3
test/fixtures/render/autotest/html-entities-body/template.marko
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
<div>
|
||||
<div>
|
||||
</div>
|
||||
1
test/fixtures/render/autotest/html-entities-body/test.js
vendored
Normal file
1
test/fixtures/render/autotest/html-entities-body/test.js
vendored
Normal file
@ -0,0 +1 @@
|
||||
exports.templateData = {};
|
||||
Loading…
x
Reference in New Issue
Block a user