kopia lustrzana https://github.com/miklobit/TiddlyWiki5
Refactored for ease of reading
rodzic
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
|
||||
|
|
Ładowanie…
Reference in New Issue