https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39130 --- Comment #4 from Julian Maurice <julian.maurice@biblibre.com> --- (In reply to Jonathan Druart from comment #3)
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). I'd like to keep the space, as a way of documenting xgettext.pl behavior. Can we make the QA script ignore the .tt files in t/ ?
-- You are receiving this mail because: You are watching all bug changes.