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

Side by Side Diff: tests/test_site/pages/translate-html.html

Issue 29741581: Fixes 6546 - Swap the contents of default.tmpl and empty.tmpl in the test suite (Closed)
Patch Set: Created April 3, 2018, 2:19 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
« no previous file with comments | « tests/test_site/pages/translate.md ('k') | tests/test_site/pages/translate-include.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 template = empty 1 template = default
2 2
3 <html> 3 <html>
4 <body> 4 <body>
5 Simple TS with default: {{ simple[desc] Translate }}. 5 Simple TS with default: {{ simple[desc] Translate }}.
6 6
7 Same TS with no default: {{ simple }}. 7 Same TS with no default: {{ simple }}.
8 8
9 TS with fixed text: {{fix-ts[fix] Fixed <fix>text</fix>}}. 9 TS with fixed text: {{fix-ts[fix] Fixed <fix>text</fix>}}.
10 10
11 Nested translation: {{nested-ts <a href="{{nested-link http://foo.com/}}">Foo</a > and <a href="{{nested-link2 http://baz.com/}}">Baz</a>}}. 11 Nested translation: {{nested-ts <a href="{{nested-link http://foo.com/}}">Foo</a > and <a href="{{nested-link2 http://baz.com/}}">Baz</a>}}.
12 12
13 Link resolving: {{linked-ts <a href="translate">This page</a>}}. 13 Link resolving: {{linked-ts <a href="translate">This page</a>}}.
14 14
15 Link to a non-translatable page: {{linked-ts2 <a href="sitemap">Site map</a>}}. 15 Link to a non-translatable page: {{linked-ts2 <a href="sitemap">Site map</a>}}.
16 16
17 Entity escaping: {{entity-ts Drag&drop}}. 17 Entity escaping: {{entity-ts Drag&drop}}.
18 18
19 Entity escaping in links: {{entity-lnk <a href="http://foo.com/?a&b">Foo</a>}}. 19 Entity escaping in links: {{entity-lnk <a href="http://foo.com/?a&b">Foo</a>}}.
20 </body> 20 </body>
21 </html> 21 </html>
OLDNEW
« no previous file with comments | « tests/test_site/pages/translate.md ('k') | tests/test_site/pages/translate-include.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld