97bd0a8960
Resolves: rhbz#2055493 Signed-off-by: Sundeep Anand <suanand@redhat.com>
18 lines
351 B
XML
18 lines
351 B
XML
<test>
|
|
<entry>
|
|
<_name>Foo</_name>
|
|
</entry>
|
|
<entry>
|
|
<!-- This is the comment on the first Bar -->
|
|
<_name msgctxt="1">Bar</_name>
|
|
</entry>
|
|
<entry>
|
|
<!-- This is the comment on the second Bar -->
|
|
<_name msgctxt="2">Bar</_name>
|
|
</entry>
|
|
<entry>
|
|
<!-- This is the comment on Baz -->
|
|
<_name>Baz</_name>
|
|
</entry>
|
|
</test>
|