[ticket/10922] Added test data

PHPBB3-10922
This commit is contained in:
JoshyPHP 2015-04-28 15:36:51 +02:00
parent 6dc14f4cf0
commit d242610d0f
2 changed files with 9 additions and 3 deletions

View file

@ -1,5 +1,8 @@
<a href="mailto:user@example.org">user@example.org</a><br> <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&amp;body=Sent%20from%20phpBB">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?subject=Hi%20there">user@example.org</a><br>
<a href="mailto:user@example.org?body=Hi%20there">user@example.org</a><br> <a href="mailto:user@example.org?body=Hi%20there">user@example.org</a><br>
<a href="mailto:user@example.org?subject=Hello&amp;body=Sent%20from%20phpBB">user@example.org</a><br>
<a href="mailto:user@example.org?subject=Hello&amp;body=Sent%20from%20phpBB">user@example.org</a><br>
<a href="mailto:user@example.org?subject=Hello&amp;body=Sent%20from%20phpBB">...</a><br>

View file

@ -1,5 +1,8 @@
[email]user@example.org[/email] [email]user@example.org[/email]
[email=user@example.org]...[/email] [email=user@example.org ]...[/email]
[email subject="Hello" body="Sent from phpBB"]user@example.org[/email] [email=user@example.org subject="Hello"]...[/email]
[email subject="Hi there"]user@example.org[/email] [email subject="Hi there"]user@example.org[/email]
[email body="Hi there"]user@example.org[/email] [email body="Hi there"]user@example.org[/email]
[email subject="Hello" body="Sent from phpBB"]user@example.org[/email]
[email body="Sent from phpBB" subject="Hello"]user@example.org[/email]
[email body="Sent from phpBB" subject="Hello" email="user@example.org"]...[/email]