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

Side by Side Diff: tests/test_site/includes/included-translations.html

Issue 29659605: Issue 6231 - Add tests for translation string substitution (Closed)
Patch Set: Add tests for different types of pages; also for includes and templates Created Jan. 12, 2018, 7:53 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 Simple TS with default: {{ simple[desc] Translate }}.
2
3 Same TS with no default: {{ simple }}.
4
5 TS with fixed text: {{fix-ts[fix] Fixed <fix>text</fix>}}.
6
7 Nested translation: {{nested-ts <a href="{{nested-link http://foo.com/}}">Foo</a > and <a href="{{nested-link2 http://baz.com/}}">Baz</a>}}.
8
9 Link resolving: {{linked-ts <a href="translate">This page</a>}}.
10
11 Link to a non-translatable page: {{linked-ts2 <a href="sitemap">Site map</a>}}.
12
13 Entity escaping: {{entity-ts Drag&drop}}.
14
15 Entity escaping in links: {{entity-lnk <a href="http://foo.com/?a&b">Foo</a>}}.
OLDNEW

Powered by Google App Engine
This is Rietveld