Bugzilla – Attachment 178381 Details for
Bug 39130
Add unit tests for xgettext.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39130: (QA follow-up): Ignore useful untidy part of sample.tt
Bug-39130-QA-follow-up-Ignore-useful-untidy-part-o.patch (text/plain), 1.13 KB, created by
Victor Grousset/tuxayo
on 2025-02-19 20:45:16 UTC
(
hide
)
Description:
Bug 39130: (QA follow-up): Ignore useful untidy part of sample.tt
Filename:
MIME Type:
Creator:
Victor Grousset/tuxayo
Created:
2025-02-19 20:45:16 UTC
Size:
1.13 KB
patch
obsolete
>From 9f97ef39e71202bc444722fd234dfd36a701c928 Mon Sep 17 00:00:00 2001 >From: Victor Grousset/tuxayo <victor@tuxayo.net> >Date: Tue, 18 Feb 2025 01:49:24 +0100 >Subject: [PATCH] Bug 39130: (QA follow-up): Ignore useful untidy part of > sample.tt > >And fix a minor legit tidy issue above. > >Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net> >--- > t/db_dependent/misc/translator/sample.tt | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > >diff --git a/t/db_dependent/misc/translator/sample.tt b/t/db_dependent/misc/translator/sample.tt >index a24b2b99f7..d0e6aa8283 100644 >--- a/t/db_dependent/misc/translator/sample.tt >+++ b/t/db_dependent/misc/translator/sample.tt >@@ -37,9 +37,11 @@ > > <span>This should be picked by xgettext.pl</span> > >-<img alt="alt text"> >+<img alt="alt text" /> > > <option [% IF value == expected %]selected[% END %] title="foo title" value="foo">Foo</option> > >+<!-- prettier-ignore-start --> > <span [% IF show_title %]title="this is not translatable (known bug)"[% END %]></span> > <span [% IF show_title %] title="but this is (thanks to space before attribute name)"[% END %]></span> >+<!-- prettier-ignore-end --> >-- >2.48.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 39130
:
178008
|
178009
|
178153
|
178380
|
178381
|
179110
|
179111