aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-11-28 21:31:13 -0700
committerSean Whitton <spwhitton@spwhitton.name>2019-11-28 21:31:29 -0700
commit2d80919f9952295b4db02a30dc348fc33580978d (patch)
tree3d64179c8809fa6b01f99a9a60ea7c83d4cb2a3d /test
parent68e953ff08d06f9d28995d3ccd6143a1910c9c41 (diff)
downloadpandoc-citeproc-preamble-2d80919f9952295b4db02a30dc348fc33580978d.tar.gz
perltidy
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'test')
-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