From 2d80919f9952295b4db02a30dc348fc33580978d Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Thu, 28 Nov 2019 21:31:13 -0700 Subject: perltidy Signed-off-by: Sean Whitton --- test/test | 10 +++++----- 1 file 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 -- cgit v1.2.3