1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-25 12:35:55 +02:00

[ticket/10922] Added test

PHPBB3-10922
This commit is contained in:
JoshyPHP
2015-04-28 16:17:54 +02:00
parent d242610d0f
commit 5c78be56ec
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
<a href="mailto:user@example.org">user@example.org</a><br>
<a href="mailto:user@example.org">...</a><br>
<a href="mailto:user@example.org">...</a><br>
<a href="mailto:user@example.org?subject=Hello">...</a><br>
<a href="mailto:user@example.org?subject=Hi%20there">user@example.org</a><br>
<a href="mailto:user@example.org?body=Hi%20there">user@example.org</a><br>

View File

@ -1,4 +1,5 @@
[email]user@example.org[/email]
[email=user@example.org]...[/email]
[email=user@example.org ]...[/email]
[email=user@example.org subject="Hello"]...[/email]
[email subject="Hi there"]user@example.org[/email]