zpt
Version:
Zenon Page Templates - JS (ZPT-JS)
25 lines (21 loc) • 811 B
HTML
<html lang="en">
<head>
<meta charset="utf-8">
<title>Multiroot tests</title>
<link rel="stylesheet" href="/node_modules/qunit/qunit/qunit.css">
<script src="http://127.0.0.1:9966/multiroot.js" defer></script>
</head>
<body>
<div id="qunit"></div>
<div id="qunit-fixture"></div>
<p>
Multiroot
</p>
<ol>
<li>string:hello should be <span id="t1-1" data-content="string:hello">a greeting</span></li>
<li>string:hello should not be rendered! <span id="t1-2" data-content="string:hello">not rendered!</span></li>
<li>string:hello should be <span id="t1-3" data-content="string:hello">a greeting</span></li>
</ol>
</body>
</html>