diff options
author | JoshyPHP <s9e.dev@gmail.com> | 2015-04-28 15:36:51 +0200 |
---|---|---|
committer | JoshyPHP <s9e.dev@gmail.com> | 2015-04-28 15:36:51 +0200 |
commit | d242610d0fa8ba1d5a462ebf084e834bb210934d (patch) | |
tree | 6097193b813ab07e17bef3c25e816a31735ec7db /tests/text_processing/tickets_data | |
parent | 6dc14f4cf0ce968315c9deb57c97a1eabb406dad (diff) | |
download | forums-d242610d0fa8ba1d5a462ebf084e834bb210934d.tar forums-d242610d0fa8ba1d5a462ebf084e834bb210934d.tar.gz forums-d242610d0fa8ba1d5a462ebf084e834bb210934d.tar.bz2 forums-d242610d0fa8ba1d5a462ebf084e834bb210934d.tar.xz forums-d242610d0fa8ba1d5a462ebf084e834bb210934d.zip |
[ticket/10922] Added test data
PHPBB3-10922
Diffstat (limited to 'tests/text_processing/tickets_data')
-rw-r--r-- | tests/text_processing/tickets_data/PHPBB3-10922.html | 5 | ||||
-rw-r--r-- | tests/text_processing/tickets_data/PHPBB3-10922.txt | 7 |
2 files changed, 9 insertions, 3 deletions
diff --git a/tests/text_processing/tickets_data/PHPBB3-10922.html b/tests/text_processing/tickets_data/PHPBB3-10922.html index 7c375e79a6..0fa80b9960 100644 --- a/tests/text_processing/tickets_data/PHPBB3-10922.html +++ b/tests/text_processing/tickets_data/PHPBB3-10922.html @@ -1,5 +1,8 @@ <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?subject=Hello&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?body=Hi%20there">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=Hello&body=Sent%20from%20phpBB">...</a><br> diff --git a/tests/text_processing/tickets_data/PHPBB3-10922.txt b/tests/text_processing/tickets_data/PHPBB3-10922.txt index 7a0b245528..3db0786eca 100644 --- a/tests/text_processing/tickets_data/PHPBB3-10922.txt +++ b/tests/text_processing/tickets_data/PHPBB3-10922.txt @@ -1,5 +1,8 @@ [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 ]...[/email] +[email=user@example.org subject="Hello"]...[/email] [email subject="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] |