mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +00:00
Refactored for ease of reading
This commit is contained in:
parent
6d6c860309
commit
0d8cdb9671
5
test.sh
5
test.sh
@ -5,7 +5,10 @@ mkdir -p tmp
|
||||
|
||||
# cook tiddlywiki 2.6.5 with cook.js
|
||||
mkdir -p tmp/newcooked
|
||||
node tiddlywiki.js --recipe $PWD/test/tiddlywiki.2.6.5/source/tiddlywiki.com/index.html.recipe --savewiki tmp/newcooked || exit 1
|
||||
node tiddlywiki.js \
|
||||
--recipe $PWD/test/tiddlywiki.2.6.5/source/tiddlywiki.com/index.html.recipe \
|
||||
--savewiki tmp/newcooked \
|
||||
|| exit 1
|
||||
|
||||
# compare the two
|
||||
diff tmp/newcooked/index.html test/tiddlywiki.2.6.5/target/index.2.6.5.html
|
||||
|
Loading…
Reference in New Issue
Block a user