summaryrefslogtreecommitdiff
path: root/src/zope/tal/tests/input/test34.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/zope/tal/tests/input/test34.html')
-rw-r--r--src/zope/tal/tests/input/test34.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/zope/tal/tests/input/test34.html b/src/zope/tal/tests/input/test34.html
new file mode 100644
index 0000000..4cd6ff0
--- /dev/null
+++ b/src/zope/tal/tests/input/test34.html
@@ -0,0 +1,11 @@
+<span i18n:translate="don't translate me">
+ stuff
+ <span tal:replace="string:foobar" i18n:name="longname" />
+ more stuff
+</span>
+
+<span i18n:translate="">
+ stuff
+ <span tal:replace="string:foobar" i18n:name="longname" />
+ more stuff
+</span>