mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-03 20:46:44 +00:00
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.
This commit is contained in:
11
tw2/source/tiddlywiki/test/js/template.js
Executable file
11
tw2/source/tiddlywiki/test/js/template.js
Executable file
@@ -0,0 +1,11 @@
|
||||
jQuery(document).ready(function() {
|
||||
module("<module>");
|
||||
|
||||
test("<section>", function() {
|
||||
var actual, expected;
|
||||
|
||||
actual = <...>;
|
||||
expected = <...>;
|
||||
same(actual, expected, "<message>");
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user