summaryrefslogtreecommitdiff
path: root/tests/src
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2010-02-05 08:25:22 +0000
committeralecpl <alec@alec.pl>2010-02-05 08:25:22 +0000
commitad18d63cc15d7b0a77a5d90dc9f8bd7476b90c8d (patch)
tree601c6107074bd3323191d9bee6822f98d6ab0312 /tests/src
parent8955ca63e3b92ce6f939170e53f4808eec7dce62 (diff)
- Fix handling of extended mailto links (with params) (#1486354)
Diffstat (limited to 'tests/src')
-rw-r--r--tests/src/mailto.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/src/mailto.txt b/tests/src/mailto.txt
new file mode 100644
index 000000000..e70b12de8
--- /dev/null
+++ b/tests/src/mailto.txt
@@ -0,0 +1,8 @@
+<html>
+<head></head>
+<body>
+
+<a href="mailto:me@me.com?subject=this is the subject&body=this is the body">e-mail</a>
+
+</body>
+</html> \ No newline at end of file