diff options
author | Joey Hess <joey@kitenet.net> | 2014-02-23 14:31:51 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-02-23 14:31:51 -0400 |
commit | e1a0b25be1996979571751756abfbcddc06231bc (patch) | |
tree | 881cdc772f6075d1360207528d3358bae05ab003 /t | |
parent | 185fe03b3804c9608ecf73ef84eb65f06b2dee19 (diff) | |
parent | 9de5ca411fb637964190ff50cce062d8668eb1a8 (diff) | |
download | ikiwiki-e1a0b25be1996979571751756abfbcddc06231bc.tar ikiwiki-e1a0b25be1996979571751756abfbcddc06231bc.tar.gz |
Merge remote-tracking branch 'remotes/smcv/ready/template-syntax-test'
Diffstat (limited to 't')
-rwxr-xr-x | t/template_syntax.t | 2 |
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; |