mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
Cleanup tests and add assertions that all deprecated tests log warnings, and all non deprecated tests don't.
5 lines
268 B
HTML
5 lines
268 B
HTML
<div>
|
|
<h1>Outer</h1>
|
|
<div><h1>Template A</h1></div><!--END: template-a.marko--><!--END2: template-a.marko-->
|
|
<div><h1>Template B</h1></div><!--END: template-b.marko--><!--END2: template-b.marko-->
|
|
</div><!--END: template.marko--><!--END2: template.marko--> |