mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-26 19:40:23 +02:00
[ticket/10922] Added test
PHPBB3-10922
This commit is contained in:
tests/text_processing/tickets_data
@@ -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>
|
||||
|
@@ -1,5 +1,6 @@
|
||||
[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]
|
||||
[email body="Hi there"]user@example.org[/email]
|
||||
|
Reference in New Issue
Block a user