summaryrefslogtreecommitdiff
path: root/tests/input/test31.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/input/test31.html')
-rw-r--r--tests/input/test31.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/input/test31.html b/tests/input/test31.html
new file mode 100644
index 0000000..c821761
--- /dev/null
+++ b/tests/input/test31.html
@@ -0,0 +1,7 @@
+<p i18n:translate="verify">Your contact email address is recorded as
+<span i18n:name="email">
+<a href="user@host.com"
+ tal:attributes="href string:mailto:${request/submitter}"
+ tal:content="request/submitter">
+ user@host.com</a></span>
+</p>