AutorÃa | Ultima modificación | Ver Log |
<!DOCTYPE html>
<html>
<head>
<link href="//code.jquery.com/qunit/qunit-1.21.0.css" rel="stylesheet" type="text/css" />
<script src="../jsrender.js"></script>
<script src="//code.jquery.com/jquery-3.5.1.js"></script>
<script src="//code.jquery.com/qunit/qunit-1.21.0.js"></script>
<script src="unit-tests/tests-jsrender-no-jquery.js"></script>
<script id="myTmpl" type="text/x-jsrender">A_{{:name}}_B</script>
<script id="./test/templates/file/path.html" type="text/x-jsrender">ServerRenderedTemplate_{{:name}}_B</script>
</head>
<body>
<div id="qunit-fixture"><div id="result"></div></div>
<h1 id="qunit-header">JsRender QUnit Tests</h1>
<h2 id="qunit-banner"></h2>
<div id="qunit-testrunner-toolbar"></div>
<h2 id="qunit-userAgent"></h2>
<ol id="qunit-tests"></ol>
</body>
</html>