mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-28 09:04:41 +00:00
Move the editions into a subfolder
This commit is contained in:
25
editions/tw2/source/tiddlywiki/jquery/plugins/test/jQuery.twFile.html
Executable file
25
editions/tw2/source/tiddlywiki/jquery/plugins/test/jQuery.twFile.html
Executable file
@@ -0,0 +1,25 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user