<!doctype html> <html>

<head>
    <title>Sanscript tests</title>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <link rel="stylesheet" href="../node_modules/qunit/qunit/qunit.css" />
    <script src="../sanscript.js"></script>
    <script src="../node_modules/qunit/qunit/qunit.js"></script>
    <script src="tests.js"></script>
</head>
<body>
    <div id="qunit" />
</body>

</html>