X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/57405061f4176bfa3fdfa686101a726a439d67f9..5c1acfe7ea9adc06d55ec146e2b1e11606d2c22c:/t/template_syntax.t?ds=sidebyside 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;