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

Unified Diff: tests/test_site/locales/en/translate.json

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 | « tests/expected_output/en/translate-tmpl ('k') | tests/test_site/pages/translate-tmpl.tmpl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/test_site/locales/en/translate.json
===================================================================
--- a/tests/test_site/locales/en/translate.json
+++ b/tests/test_site/locales/en/translate.json
@@ -1,6 +1,10 @@
{
"simple": {
"description": "test",
"message": "Translate"
+ },
+ "href_inside": {
+ "description": "A tranlsation string with some tags inside.",
+ "message": "<sup>s</sup> <a href=\"http://foo.com/\">foo</a>"
}
}
« no previous file with comments | « tests/expected_output/en/translate-tmpl ('k') | tests/test_site/pages/translate-tmpl.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld