mithril-vndb/querystring/tests/index.html
impinball b4fb21475c Add editorconfig, resolve differences
This includes newlines, tabs, among other things.
2016-06-18 03:22:12 -04:00

17 lines
450 B
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<script src="../../module/module.js"></script>
<script src="../../ospec/ospec.js"></script>
<script src="../../querystring/parse.js"></script>
<script src="../../querystring/build.js"></script>
<script src="test-parseQueryString.js"></script>
<script src="test-buildQueryString.js"></script>
<script>require("../../ospec/ospec").run()</script>
</body>
</html>