diff options
author | JoshyPHP <s9e.dev@gmail.com> | 2015-04-28 16:17:54 +0200 |
---|---|---|
committer | JoshyPHP <s9e.dev@gmail.com> | 2015-04-28 16:17:54 +0200 |
commit | 5c78be56ec0d32a7934bdfd83a4fb0242befc1fa (patch) | |
tree | 334cd9259c67e70533a863f318456f5fa58f6d9e /tests/text_processing | |
parent | d242610d0fa8ba1d5a462ebf084e834bb210934d (diff) | |
download | forums-5c78be56ec0d32a7934bdfd83a4fb0242befc1fa.tar forums-5c78be56ec0d32a7934bdfd83a4fb0242befc1fa.tar.gz forums-5c78be56ec0d32a7934bdfd83a4fb0242befc1fa.tar.bz2 forums-5c78be56ec0d32a7934bdfd83a4fb0242befc1fa.tar.xz forums-5c78be56ec0d32a7934bdfd83a4fb0242befc1fa.zip |
[ticket/10922] Added test
PHPBB3-10922
Diffstat (limited to 'tests/text_processing')
-rw-r--r-- | tests/text_processing/tickets_data/PHPBB3-10922.html | 1 | ||||
-rw-r--r-- | tests/text_processing/tickets_data/PHPBB3-10922.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/text_processing/tickets_data/PHPBB3-10922.html b/tests/text_processing/tickets_data/PHPBB3-10922.html index 0fa80b9960..3ff117f171 100644 --- a/tests/text_processing/tickets_data/PHPBB3-10922.html +++ b/tests/text_processing/tickets_data/PHPBB3-10922.html @@ -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> diff --git a/tests/text_processing/tickets_data/PHPBB3-10922.txt b/tests/text_processing/tickets_data/PHPBB3-10922.txt index 3db0786eca..e533ce6ed5 100644 --- a/tests/text_processing/tickets_data/PHPBB3-10922.txt +++ b/tests/text_processing/tickets_data/PHPBB3-10922.txt @@ -1,4 +1,5 @@ [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] |