1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-19 18:59:42 +00:00
TiddlyWiki5/tw2/source/tiddlywiki/jquery/plugins/test/jQuery.twFile.html
Jeremy Ruston a1c8ac624f Added first pass at support for building TiddlyWiki 2.6.x with TW5
There are still some whitespace and attribute ordering issues, but the
result runs correctly.
2012-05-29 22:02:38 +01:00

26 lines
852 B
HTML
Executable File

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Tests</title>
<link rel="stylesheet" type="text/css" href="../../../test/qunit/testsuite.css">
<script src="../../jquery-1.3.2.min.js" type="text/javascript"></script>
<!-- test suite -->
<script src="../../../test/qunit/testrunner.js" type="text/javascript"></script>
<script src="../../../test/qunit/raiseAssertion.js" type="text/javascript"></script>
<!-- plugin -->
<script src="../jQuery.twFile.js" type="text/javascript"></script>
<!-- test code -->
<script src="js/jQuery.twFile.js" type="text/javascript"></script>
</head>
<body>
<h2 id="banner"></h2>
<h2 id="userAgent"></h2>
<ol id="tests"></ol>
<div id="main"></div>
</body>
</html>