Koha/xt/author
Galen Charlton a50c16bae2 new author test for syntax errors in HTML templates
Added a new author test to look for syntax errors
in the HTML templates.  Run by doing

prove xt/author/valid-templates.t

from the root of a Koha source tree.

This test will help catch the following errors:

* unbalanced TMPL_IF, TMPL_UNLESS, and TMPL_LOOP contructs, e.g.,
  cases where a TMPL_IF is not closed by a /TMPL_IF.
* references to nonexistant include files
* syntax errors within a HTML::Template::Pro tag

This test currently ignores errors related to TMPL_IF EXPR, which
is currently deprecated for use in Koha -- this may be made
stricter in the future.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
2009-05-01 16:21:47 -05:00
..
icondirectories.t bug 2295 [followup 1/2]: added name to one of tests in icondirectories.t 2008-07-07 16:32:32 -05:00
pod_spell.t adding pod spelling test 2008-07-10 09:10:40 -05:00
podcorrectness.t
test_template.pl new author test for syntax errors in HTML templates 2009-05-01 16:21:47 -05:00
Text_CSV_Various.t moved Test_CSV_Various.t to xt/author 2008-11-17 10:19:43 -06:00
translatable-templates.t
valid-templates.t new author test for syntax errors in HTML templates 2009-05-01 16:21:47 -05:00