summaryrefslogtreecommitdiff
path: root/src/zope/tal/tests/input/test28.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/zope/tal/tests/input/test28.html')
-rw-r--r--src/zope/tal/tests/input/test28.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/zope/tal/tests/input/test28.html b/src/zope/tal/tests/input/test28.html
new file mode 100644
index 0000000..0364663
--- /dev/null
+++ b/src/zope/tal/tests/input/test28.html
@@ -0,0 +1,5 @@
+<p i18n:translate="verify">Your contact email address is recorded as
+ <span tal:omit-tag="" i18n:name="email">
+ <a href="mailto:user@example.com"
+ tal:content="request/submitter">user@host.com</a></span>
+</p>