mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/10922] Added tests
PHPBB3-10922
This commit is contained in:
parent
3f54fd49b5
commit
6dc14f4cf0
2 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
||||||
<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&body=Sent%20from%20phpBB">user@example.org</a><br>
|
<a href="mailto:user@example.org?subject=Hello&body=Sent%20from%20phpBB">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>
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
[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 subject="Hello" body="Sent from phpBB"]user@example.org[/email]
|
||||||
|
[email subject="Hi there"]user@example.org[/email]
|
||||||
|
[email body="Hi there"]user@example.org[/email]
|
||||||
|
|
Loading…
Add table
Reference in a new issue