View | Details | Raw Unified | Return to bug 39130
Collapse All | Expand All

(-)a/t/db_dependent/misc/translator/sample.tt (-2 / +3 lines)
Lines 37-45 Link Here
37
37
38
<span>This should be picked by xgettext.pl</span>
38
<span>This should be picked by xgettext.pl</span>
39
39
40
<img alt="alt text">
40
<img alt="alt text" />
41
41
42
<option [% IF value == expected %]selected[% END %] title="foo title" value="foo">Foo</option>
42
<option [% IF value == expected %]selected[% END %] title="foo title" value="foo">Foo</option>
43
43
44
<!-- prettier-ignore-start -->
44
<span [% IF show_title %]title="this is not translatable (known bug)"[% END %]></span>
45
<span [% IF show_title %]title="this is not translatable (known bug)"[% END %]></span>
45
<span [% IF show_title %] title="but this is (thanks to space before attribute name)"[% END %]></span>
46
<span [% IF show_title %] title="but this is (thanks to space before attribute name)"[% END %]></span>
46
- 
47
<!-- prettier-ignore-end -->

Return to bug 39130