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

Side by Side 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.
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 | « tests/expected_output/en/translate-tmpl ('k') | tests/test_site/pages/translate-tmpl.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 { 1 {
2 "simple": { 2 "simple": {
3 "description": "test", 3 "description": "test",
4 "message": "Translate" 4 "message": "Translate"
5 },
6 "href_inside": {
7 "description": "A tranlsation string with some tags inside.",
8 "message": "<sup>s</sup> <a href=\"http://foo.com/\">foo</a>"
5 } 9 }
6 } 10 }
OLDNEW
« 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