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