mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-06 01:56:20 +00:00
11 lines
455 B
Plaintext
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.
|