diff --git a/core/modules/commands/wikitest.js b/core/modules/commands/wikitest.js deleted file mode 100644 index 5b39db4fe..000000000 --- a/core/modules/commands/wikitest.js +++ /dev/null @@ -1,74 +0,0 @@ -/*\ -title: $:/core/modules/commands/wikitest.js -type: application/javascript -module-type: command - -wikitest command - -\*/ -(function(){ - -/*jslint node: true, browser: true */ -/*global $tw: false */ -"use strict"; - -exports.info = { - name: "wikitest", - synchronous: true -}; - -var Command = function(params,commander) { - this.params = params; - this.commander = commander; -}; - -Command.prototype.execute = function() { - if(this.params.length <1) { - return "Missing parameters"; - } - var fs = require("fs"), - path = require("path"), - testdirectory = this.params[0], - saveResults = this.params[1] === "save", - files = fs.readdirSync(testdirectory), - titles = [], - f,t,extname,basename; - for(f=0; f 1) { - throw "Cannot use .JSON files"; - } - this.commander.wiki.addTiddler(new $tw.Tiddler(tiddlers[0])); - titles.push(tiddlers[0].title); - } - } - for(t=0; t [save] -}}} - -`--wikitest` looks for `*.tid` files in the specified folder. It then wikifies the tiddlers to both "text/plain" and "text/html" format and checks the results against the content of the `*.html` and `*.txt` files in the same directory. diff --git a/run.sh b/run.sh deleted file mode 100755 index 99a7d75ae..000000000 --- a/run.sh +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/bash - -# run TiddlyWiki5 - -pushd editions/tw5.com > /dev/null - -node ../../tiddlywiki.js \ - --verbose \ - --wikitest ../../tests/wikitests/ \ - || exit 1 - -popd > /dev/null - -# run jshint -jshint core -jshint plugins diff --git a/tests/wikitests/EighthTiddler.html b/tests/wikitests/EighthTiddler.html deleted file mode 100644 index c115e08cb..000000000 --- a/tests/wikitests/EighthTiddler.html +++ /dev/null @@ -1 +0,0 @@ -SixthTiddler
11 February 2011
Jermolene

SixthTiddler
11 February 2011
Jermolene

EighthTiddler



FirstTiddler



\ No newline at end of file diff --git a/tests/wikitests/EighthTiddler.tid b/tests/wikitests/EighthTiddler.tid deleted file mode 100644 index 9487bebf6..000000000 --- a/tests/wikitests/EighthTiddler.tid +++ /dev/null @@ -1,7 +0,0 @@ -title: EighthTiddler -type: text/x-tiddlywiki - -<> -<> -<> -<> diff --git a/tests/wikitests/EighthTiddler.txt b/tests/wikitests/EighthTiddler.txt deleted file mode 100644 index 25ff931b0..000000000 --- a/tests/wikitests/EighthTiddler.txt +++ /dev/null @@ -1 +0,0 @@ -SixthTiddler11 February 2011JermoleneSixthTiddler11 February 2011JermoleneEighthTiddlerFirstTiddler \ No newline at end of file diff --git a/tests/wikitests/Fifth Tiddler.html b/tests/wikitests/Fifth Tiddler.html deleted file mode 100644 index 5caee7e4d..000000000 --- a/tests/wikitests/Fifth Tiddler.html +++ /dev/null @@ -1 +0,0 @@ -
A caption above the table
LeftMiddleRight
North WestNorthNorth East
WestHereEast
South WestSouthSouth East
\ No newline at end of file diff --git a/tests/wikitests/Fifth Tiddler.tid b/tests/wikitests/Fifth Tiddler.tid deleted file mode 100644 index 30166d265..000000000 --- a/tests/wikitests/Fifth Tiddler.tid +++ /dev/null @@ -1,8 +0,0 @@ -title: Fifth Tiddler -type: text/x-tiddlywiki - -|A caption above the table|c -| Left | Middle | Right |h -|North West|North|North East| -|West|Here|East| -|South West|South|South East| diff --git a/tests/wikitests/Fifth Tiddler.txt b/tests/wikitests/Fifth Tiddler.txt deleted file mode 100644 index 817642dc8..000000000 --- a/tests/wikitests/Fifth Tiddler.txt +++ /dev/null @@ -1 +0,0 @@ -A caption above the tableLeftMiddleRightNorth WestNorthNorth EastWestHereEastSouth WestSouthSouth East \ No newline at end of file diff --git a/tests/wikitests/FirstTiddler.html b/tests/wikitests/FirstTiddler.html deleted file mode 100644 index 92c73691d..000000000 --- a/tests/wikitests/FirstTiddler.html +++ /dev/null @@ -1 +0,0 @@ -This is the text of the first tiddler, with a link to the SecondTiddler, too. And a link to http://tiddlywiki.com/.
\ No newline at end of file diff --git a/tests/wikitests/FirstTiddler.tid b/tests/wikitests/FirstTiddler.tid deleted file mode 100644 index f57ec7bc5..000000000 --- a/tests/wikitests/FirstTiddler.tid +++ /dev/null @@ -1,4 +0,0 @@ -title: FirstTiddler -type: text/x-tiddlywiki - -This is the ''text'' of the first tiddler, with a @@font-size:8em;color:red;link@@ to the SecondTiddler, too. And a link to http://tiddlywiki.com/. diff --git a/tests/wikitests/FirstTiddler.txt b/tests/wikitests/FirstTiddler.txt deleted file mode 100644 index 751384266..000000000 --- a/tests/wikitests/FirstTiddler.txt +++ /dev/null @@ -1 +0,0 @@ -This is the text of the first tiddler, with a link to the SecondTiddler, too. And a link to http://tiddlywiki.com/. \ No newline at end of file diff --git a/tests/wikitests/Fourth Tiddler.html b/tests/wikitests/Fourth Tiddler.html deleted file mode 100644 index bb1e861f8..000000000 --- a/tests/wikitests/Fourth Tiddler.html +++ /dev/null @@ -1 +0,0 @@ -A missing image and a $1 couple of Ç Ç "HTML Entity" \ No newline at end of file diff --git a/tests/wikitests/Fourth Tiddler.tid b/tests/wikitests/Fourth Tiddler.tid deleted file mode 100644 index 8e5e83846..000000000 --- a/tests/wikitests/Fourth Tiddler.tid +++ /dev/null @@ -1,4 +0,0 @@ -title: Fourth Tiddler -type: text/x-tiddlywiki - -A missing image [img[Something.jpg]] and a $1 couple of Ç Ç "HTML Entity" \ No newline at end of file diff --git a/tests/wikitests/Fourth Tiddler.txt b/tests/wikitests/Fourth Tiddler.txt deleted file mode 100644 index 4bf86005c..000000000 --- a/tests/wikitests/Fourth Tiddler.txt +++ /dev/null @@ -1 +0,0 @@ -A missing image and a $1 couple of Ç Ç "HTML Entity" \ No newline at end of file diff --git a/tests/wikitests/SecondTiddler.html b/tests/wikitests/SecondTiddler.html deleted file mode 100644 index ed4ba10a5..000000000 --- a/tests/wikitests/SecondTiddler.html +++ /dev/null @@ -1 +0,0 @@ -

Heading

This is the second tiddler. It has a list:
  • Item one
  • Item two
  • Item three
And a macro invocation 5.0.0-alpha.8 and a custom class
\ No newline at end of file diff --git a/tests/wikitests/SecondTiddler.tid b/tests/wikitests/SecondTiddler.tid deleted file mode 100644 index 2201f05cf..000000000 --- a/tests/wikitests/SecondTiddler.tid +++ /dev/null @@ -1,9 +0,0 @@ -title: SecondTiddler -type: text/x-tiddlywiki - -!!Heading -This is the second tiddler. It has a list: -* Item one -* Item two -* Item three -And a macro invocation <> and a {{myClass{custom class}}} diff --git a/tests/wikitests/SecondTiddler.txt b/tests/wikitests/SecondTiddler.txt deleted file mode 100644 index 5ec592125..000000000 --- a/tests/wikitests/SecondTiddler.txt +++ /dev/null @@ -1 +0,0 @@ -HeadingThis is the second tiddler. It has a list: Item one Item two Item threeAnd a macro invocation 5.0.0-alpha.8 and a custom class \ No newline at end of file diff --git a/tests/wikitests/SeventhTiddler.html b/tests/wikitests/SeventhTiddler.html deleted file mode 100644 index 5a8e08982..000000000 --- a/tests/wikitests/SeventhTiddler.html +++ /dev/null @@ -1 +0,0 @@ -4

SeventhTiddler

window
\ No newline at end of file diff --git a/tests/wikitests/SeventhTiddler.tid b/tests/wikitests/SeventhTiddler.tid deleted file mode 100644 index bcf2c8f98..000000000 --- a/tests/wikitests/SeventhTiddler.tid +++ /dev/null @@ -1,8 +0,0 @@ -title: SeventhTiddler -type: text/x-tiddlywiki - -<> - -<> - -<> diff --git a/tests/wikitests/SeventhTiddler.txt b/tests/wikitests/SeventhTiddler.txt deleted file mode 100644 index 613924589..000000000 --- a/tests/wikitests/SeventhTiddler.txt +++ /dev/null @@ -1 +0,0 @@ -4SeventhTiddlerwindow \ No newline at end of file diff --git a/tests/wikitests/SixthTiddler.html b/tests/wikitests/SixthTiddler.html deleted file mode 100644 index 7eeafc5fa..000000000 --- a/tests/wikitests/SixthTiddler.html +++ /dev/null @@ -1 +0,0 @@ -SixthTiddler
11 February 2011
Jermolene
\ No newline at end of file diff --git a/tests/wikitests/SixthTiddler.tid b/tests/wikitests/SixthTiddler.tid deleted file mode 100644 index 64a4b45ac..000000000 --- a/tests/wikitests/SixthTiddler.tid +++ /dev/null @@ -1,8 +0,0 @@ -title: SixthTiddler -type: text/x-tiddlywiki -modified: 20110211110621 -modifier: Jermolene - -<> -<> -<> diff --git a/tests/wikitests/SixthTiddler.txt b/tests/wikitests/SixthTiddler.txt deleted file mode 100644 index 1b83787ec..000000000 --- a/tests/wikitests/SixthTiddler.txt +++ /dev/null @@ -1 +0,0 @@ -SixthTiddler11 February 2011Jermolene \ No newline at end of file diff --git a/tests/wikitests/ThirdTiddler.html b/tests/wikitests/ThirdTiddler.html deleted file mode 100644 index 97fd277b9..000000000 --- a/tests/wikitests/ThirdTiddler.html +++ /dev/null @@ -1 +0,0 @@ -An explicit link Fourth Tiddler and a pretty link and a transclusion A missing image and a Stringy couple of Ç Ç "HTML Entity"


\ No newline at end of file diff --git a/tests/wikitests/ThirdTiddler.tid b/tests/wikitests/ThirdTiddler.tid deleted file mode 100644 index 0448aa461..000000000 --- a/tests/wikitests/ThirdTiddler.tid +++ /dev/null @@ -1,6 +0,0 @@ -title: ThirdTiddler -type: text/x-tiddlywiki - -An explicit link [[Fourth Tiddler]] and [[a pretty link|Fourth Tiddler]] and a transclusion <> - -[img[http://placehold.it/350x150]] diff --git a/tests/wikitests/ThirdTiddler.txt b/tests/wikitests/ThirdTiddler.txt deleted file mode 100644 index 8a4e9a1ff..000000000 --- a/tests/wikitests/ThirdTiddler.txt +++ /dev/null @@ -1 +0,0 @@ -An explicit link Fourth Tiddler and a pretty link and a transclusion A missing image and a Stringy couple of Ç Ç "HTML Entity" \ No newline at end of file