summaryrefslogtreecommitdiff
path: root/engine-pandoc
diff options
context:
space:
mode:
authorLars Wirzenius <lwirzenius@wikimedia.org>2019-08-18 13:51:37 +0200
committerLars Wirzenius <lwirzenius@wikimedia.org>2019-08-18 13:51:37 +0200
commitc90fdd956dcf119c658bfe1e25ae2851e7c6836f (patch)
tree518e9238f5f20a25d94387ba0f012ce56fe971c0 /engine-pandoc
parentfaa2704609bc61ffa0b6ca1672fb48579afc6868 (diff)
downloadwikitexttest-c90fdd956dcf119c658bfe1e25ae2851e7c6836f.tar.gz
Add: first draft of test scripts
Diffstat (limited to 'engine-pandoc')
-rwxr-xr-xengine-pandoc6
1 files changed, 6 insertions, 0 deletions
diff --git a/engine-pandoc b/engine-pandoc
new file mode 100755
index 0000000..13d34b6
--- /dev/null
+++ b/engine-pandoc
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+set -eu
+
+pandoc -f mediawiki -t html
+