https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39130
--- Comment #3 from Jonathan Druart <[email protected]> --- QA script still failing (only 2. is valid) 1. FAIL t/db_dependent/misc/translator/sample-not-working.tt FAIL valid_template parse error - /kohadevbox/koha/t/db_dependent/misc/translator/sample-not-working.tt line 2: unexpected end of input We could exclude it from the QA script. Or just ignore this time: it does not fail xt/author/valid-templates.t (which does the same test but only process template file from koha-tmpl) 2. FAIL t/db_dependent/misc/translator/sample.tt FAIL tidiness File is not tidy, please run `perl misc/devel/tidy.pl t/db_dependent/misc/translator/sample.tt` This one is problematic as the tidy version remove the space: -<span [% IF show_title %] title="but this is (thanks to space before attribute name)"[% END %]></span> +<span [% IF show_title %]title="but this is (thanks to space before attribute name)"[% END %]></span> So we should not have such occurrences (unless prettier-ignore is used). 3. We are ignoring tt_valid for now FAIL tt_valid lines 42, 44, 45 -- 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/
