aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-11-28 21:10:37 +0000
committerSean Whitton <spwhitton@spwhitton.name>2019-11-28 21:10:37 +0000
commit80f6d7a62539817c08f41ea46159c05ce9bc2915 (patch)
tree572bc608be9c4ac3b10281b1dff3a78658b1d47e /test
parent5b8e7f420f9e23ee7cde292d3176991efec455ca (diff)
downloadpandoc-citeproc-preamble-80f6d7a62539817c08f41ea46159c05ce9bc2915.tar.gz
test/test: tell pandoc that input is markdown
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'test')
-rwxr-xr-xtest/test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test b/test/test
index a086d91..63d4a63 100755
--- a/test/test
+++ b/test/test
@@ -34,7 +34,7 @@ print "testing with ".(`pandoc --version`)[0];
system "pandoc -s --filter pandoc-citeproc --bibliography=test.bib".
" --filter pandoc-citeproc-preamble".
" -M citeproc-preamble=../examples/default.latex".
- " test.mdwn -o $output";
+ " test.mdwn -f markdown -o $output";
# simple finite state machine to check that the preamble was inserted
# in the right place