summaryrefslogtreecommitdiff
path: root/src/zope/tal/tests/input/test36.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/zope/tal/tests/input/test36.html')
-rw-r--r--src/zope/tal/tests/input/test36.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/zope/tal/tests/input/test36.html b/src/zope/tal/tests/input/test36.html
new file mode 100644
index 0000000..bf4932a
--- /dev/null
+++ b/src/zope/tal/tests/input/test36.html
@@ -0,0 +1,6 @@
+<span tal:replace="string:<foo>" />
+<span i18n:translate="">
+ <span tal:replace="string:<foo>" i18n:name="name1" />
+ <span tal:replace="structure string:<bar />" i18n:name="name2" />
+ <span tal:omit-tag="" i18n:name="name3"><b>some</b> <i>text</i></span>
+</span>