Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Yes to leaflet.js
[git.ikiwiki.info.git]
/
t
/
template_syntax.t
diff --git
a/t/template_syntax.t
b/t/template_syntax.t
index 1e156eed897890f1e856eb25606ba8057f169975..e3d1feca9ef3d3791ba7e93cf6bad2faf9abecc7 100755
(executable)
--- 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;