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

Unified Diff: tests/expected_output/en/translate-template@relative

Issue 29933596: Issue 5333 - Allow cms to generate relative pages (Closed) Base URL: https://hg.adblockplus.org/cms/
Patch Set: Allow cms to generate relative pages Created Nov. 2, 2018, 2:59 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
Index: tests/expected_output/en/translate-template@relative
===================================================================
new file mode 100644
--- /dev/null
+++ b/tests/expected_output/en/translate-template@relative
@@ -0,0 +1,15 @@
+<h1>Translation strings are all in the template</h1>
+
+Simple TS with default: Translate.
+
+Same TS with no default: doesn't work in templates.
+
+TS with fixed text: Fixed text.
+
+Nested translation: <a href="http://foo.com/">Foo</a> and <a href="http://baz.com/">Baz</a>.
+
+Link resolving: <a href="../translate" hreflang="en">This page</a>.
+
+Entity escaping: Drag&amp;drop.
+
+Entity escaping in links: <a href="http://foo.com/?a&amp;b">Foo</a>.

Powered by Google App Engine
This is Rietveld