1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-08-29 20:42:44 +00:00
TiddlyWiki5/tw5.com/tiddlers/commands/WikiTestCommand.tid
2012-06-10 17:48:23 +01:00

11 lines
455 B
Plaintext

title: WikiTestCommand
tags: docs command
Run wikification tests against the tiddlers in the given directory. Include the `save` flag to save the test result files as the new targets.
{{{
--wikitest <dir> [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.