aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xtest/test10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/test b/test/test
index 63d4a63..8b95994 100755
--- a/test/test
+++ b/test/test
@@ -30,11 +30,11 @@ our $output = "output.tex";
chdir(dirname(rel2abs(__FILE__)));
unlink $output if -e $output;
-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 -f markdown -o $output";
+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 -f markdown -o $output";
# simple finite state machine to check that the preamble was inserted
# in the right place