aboutsummaryrefslogtreecommitdiffstats
path: root/tests/text_processing
diff options
context:
space:
mode:
authorJoshyPHP <s9e.dev@gmail.com>2015-04-28 03:23:21 +0200
committerJoshyPHP <s9e.dev@gmail.com>2015-04-28 03:23:21 +0200
commit6dc14f4cf0ce968315c9deb57c97a1eabb406dad (patch)
treec678198aabd57622fca6a46a87394090ff107376 /tests/text_processing
parent3f54fd49b5bf421852ceb2a54395d5ed353d2f29 (diff)
downloadforums-6dc14f4cf0ce968315c9deb57c97a1eabb406dad.tar
forums-6dc14f4cf0ce968315c9deb57c97a1eabb406dad.tar.gz
forums-6dc14f4cf0ce968315c9deb57c97a1eabb406dad.tar.bz2
forums-6dc14f4cf0ce968315c9deb57c97a1eabb406dad.tar.xz
forums-6dc14f4cf0ce968315c9deb57c97a1eabb406dad.zip
[ticket/10922] Added tests
PHPBB3-10922
Diffstat (limited to 'tests/text_processing')
-rw-r--r--tests/text_processing/tickets_data/PHPBB3-10922.html2
-rw-r--r--tests/text_processing/tickets_data/PHPBB3-10922.txt2
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/text_processing/tickets_data/PHPBB3-10922.html b/tests/text_processing/tickets_data/PHPBB3-10922.html
index 6ca9eb0aa1..7c375e79a6 100644
--- a/tests/text_processing/tickets_data/PHPBB3-10922.html
+++ b/tests/text_processing/tickets_data/PHPBB3-10922.html
@@ -1,3 +1,5 @@
<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=Hi%20there">user@example.org</a><br>
+<a href="mailto:user@example.org?body=Hi%20there">user@example.org</a><br>
diff --git a/tests/text_processing/tickets_data/PHPBB3-10922.txt b/tests/text_processing/tickets_data/PHPBB3-10922.txt
index a8f09c40f2..7a0b245528 100644
--- a/tests/text_processing/tickets_data/PHPBB3-10922.txt
+++ b/tests/text_processing/tickets_data/PHPBB3-10922.txt
@@ -1,3 +1,5 @@
[email]user@example.org[/email]
[email=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]