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

Unified 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.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cms/converters.py ('k') | tests/expected_output/en/translate-tmpl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/expected_output/de/translate-tmpl
===================================================================
--- a/tests/expected_output/de/translate-tmpl
+++ b/tests/expected_output/de/translate-tmpl
@@ -8,10 +8,12 @@
Nested translation: <a href="http://bar.de/">Bar</a> und <a href="http://baz.de/">Baz</a>.
Link resolving: <a href="/de/translate" hreflang="de">Diese Seite</a>.
Entity escaping: Draggen&amp;droppen.
Entity escaping in links: <a href="http://foo.com/?a&amp;b">Bar</a>.
+
+Translation string with href: <sup>s</sup> <a href="http://foo.com/">foo</a>.
</body>
</html>
« 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