Index: tests/test_site/pages/translate-tmpl.tmpl |
=================================================================== |
--- a/tests/test_site/pages/translate-tmpl.tmpl |
+++ b/tests/test_site/pages/translate-tmpl.tmpl |
@@ -8,10 +8,12 @@ |
Nested translation: {{ '<a href="{{nested-link http://foo.com/}}">Foo</a> and <a href="{{nested-link2 http://baz.com/}}">Baz</a>' | translate('nested-ts') }}. |
Link resolving: {{ '<a href="translate">This page</a>' | translate('linked-ts') }}. |
Entity escaping: {{ 'Drag&drop' | translate('entity-ts') }}. |
Entity escaping in links: {{ '<a href="http://foo.com/?a&b">Foo</a>' | translate('entity-lnk') }}. |
+ |
+Translation string with href: {{ get_string('href_inside') }}. |
</body> |
</html> |