aboutsummaryrefslogtreecommitdiffstats
path: root/tests/text_processing
diff options
context:
space:
mode:
authorJoshyPHP <s9e.dev@gmail.com>2015-04-28 15:36:51 +0200
committerJoshyPHP <s9e.dev@gmail.com>2015-04-28 15:36:51 +0200
commitd242610d0fa8ba1d5a462ebf084e834bb210934d (patch)
tree6097193b813ab07e17bef3c25e816a31735ec7db /tests/text_processing
parent6dc14f4cf0ce968315c9deb57c97a1eabb406dad (diff)
downloadforums-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')
-rw-r--r--tests/text_processing/tickets_data/PHPBB3-10922.html5
-rw-r--r--tests/text_processing/tickets_data/PHPBB3-10922.txt7
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&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?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>
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]