mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-02 15:46:54 +00:00
Revised test data
Testing against the output of cook.rb isn't satisfactory because of the bugs in it; instead we're now going to test against the tiddlywiki.com build products
This commit is contained in:
21
test/tiddlywiki.2.6.5/source/tiddlywiki/tests/html/testmin.template.html
Executable file
21
test/tiddlywiki.2.6.5/source/tiddlywiki/tests/html/testmin.template.html
Executable file
@@ -0,0 +1,21 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
|
||||
<title>
|
||||
<!--@@title@@-->
|
||||
</title>
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="../../../tools/JSSpec/JSSpec.css" />
|
||||
<script type="text/javascript" src="../../../tools/JSSpec/diff_match_patch.js"></script>
|
||||
<script type="text/javascript" src="../../../tools/JSSpec/JSSpec.js"></script>
|
||||
|
||||
<script type="text/javascript">
|
||||
<!--@@jsspec@@-->
|
||||
</script>
|
||||
<!--@@jsspecsrc@@-->
|
||||
|
||||
</head>
|
||||
<body>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user