Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: tests/expected_output/de/translate-tmpl

Issue 29912578: Issue 7048 - Fix erroneous markup escaping in translation strings (Closed) Base URL: https://hg.adblockplus.org/cms
Patch Set: Created Oct. 16, 2018, 10:37 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « cms/converters.py ('k') | tests/expected_output/en/translate-tmpl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <body> 2 <body>
3 Simple TS with default: Übersetzen. 3 Simple TS with default: Übersetzen.
4 4
5 Same TS with no default: Übersetzen. 5 Same TS with no default: Übersetzen.
6 6
7 TS with fixed text: Fester text. 7 TS with fixed text: Fester text.
8 8
9 Nested translation: <a href="http://bar.de/">Bar</a> und <a href="http://baz.de/ ">Baz</a>. 9 Nested translation: <a href="http://bar.de/">Bar</a> und <a href="http://baz.de/ ">Baz</a>.
10 10
11 Link resolving: <a href="/de/translate" hreflang="de">Diese Seite</a>. 11 Link resolving: <a href="/de/translate" hreflang="de">Diese Seite</a>.
12 12
13 Entity escaping: Draggen&amp;droppen. 13 Entity escaping: Draggen&amp;droppen.
14 14
15 Entity escaping in links: <a href="http://foo.com/?a&amp;b">Bar</a>. 15 Entity escaping in links: <a href="http://foo.com/?a&amp;b">Bar</a>.
16
17 Translation string with href: <sup>s</sup> <a href="http://foo.com/">foo</a>.
16 </body> 18 </body>
17 </html> 19 </html>
OLDNEW
« no previous file with comments | « cms/converters.py ('k') | tests/expected_output/en/translate-tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld