mithril-vndb/util/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
418 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="../../util/prop.js"></script>
<script src="../../util/withAttr.js"></script>
<script src="test-prop.js"></script>
<script src="test-withAttr.js"></script>
<script>require("../../ospec/ospec").run()</script>
</body>
</html>