https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36594
--- Comment #37 from Tomás Cohen Arazi (tcohen) <[email protected]> --- Hi all, this broke some tests. It looks like a false positive. Please take a look: ``` $ prove xt/find-missing-filters.t xt/find-missing-filters.t .. 1/1 # Failed test 'Template variables should be correctly escaped' # at xt/find-missing-filters.t line 42. # got: '1' # expected: '0' # $VAR1 = { # 'file' => 'koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt', # 'errors' => [ # { # 'error' => 'missing_filter', # 'line_number' => 588, # 'line' => ' <span>[% IF hr.open_time != null %][% hr.open_time | $KohaTimes %][% END %]</span>' # }, # { # 'error' => 'missing_filter', # 'line_number' => 591, # 'line' => ' <span>[% IF hr.close_time != null %][% hr.close_time | $KohaTimes %][% END %]</span>' # } # ] # }; # Looks like you failed 1 test of 1. ``` -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
