aboutsummaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2014-02-23 14:31:51 -0400
committerJoey Hess <joey@kitenet.net>2014-02-23 14:31:51 -0400
commite1a0b25be1996979571751756abfbcddc06231bc (patch)
tree881cdc772f6075d1360207528d3358bae05ab003 /t
parent185fe03b3804c9608ecf73ef84eb65f06b2dee19 (diff)
parent9de5ca411fb637964190ff50cce062d8668eb1a8 (diff)
downloadikiwiki-e1a0b25be1996979571751756abfbcddc06231bc.tar
ikiwiki-e1a0b25be1996979571751756abfbcddc06231bc.tar.gz
Merge remote-tracking branch 'remotes/smcv/ready/template-syntax-test'
Diffstat (limited to 't')
-rwxr-xr-xt/template_syntax.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/template_syntax.t b/t/template_syntax.t
index 1e156eed8..e3d1feca9 100755
--- a/t/template_syntax.t
+++ b/t/template_syntax.t
@@ -3,7 +3,7 @@ use warnings;
use strict;
use Test::More;
-my @templates=glob("templates/*.tmpl"), glob("doc/templates/*.mdwn");
+my @templates=(glob("templates/*.tmpl"), glob("doc/templates/*.mdwn"));
plan(tests => 2*@templates);
use HTML::Template;