Tests pending pull requests

Build: #4029 failed

Job: Build and Test Job failed

Stages & jobs

  1. Build and Test

Test results

  • 4,052 tests in total
  • 355 tests failed
  • 355 failures are new
  • 1 minute taken in total.

Build 4,029 has the following 355 errors: 355 new failure(s) occurred since the previous build.

New test failures 355
Status Test Duration
Collapse Failed phpbb_bbcode_parser_test::test_bbcode_firstpass test_bbcode_firstpass with data set #20 History
< 1 sec
phpbb_bbcode_parser_test::test_bbcode_firstpass with data set #20 ('Test default bbcodes: simple img', '[img]https://area51.phpbb.com/images/area51.png[/img]', '[img:]https&#58;//area51&#46;phpbb&#46;com/images/area51&#46;png[/img:]')
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'[img:]https&#58;//area51&#46;phpbb&#46;com/images/area51&#46;png[/img:]'
+'[img]https://area51.phpbb.com/images/area51.png[/img]'

(1 more lines...)
Collapse Failed phpbb_bbcode_parser_test::test_bbcode_firstpass test_bbcode_firstpass with data set #21 History
< 1 sec
phpbb_bbcode_parser_test::test_bbcode_firstpass with data set #21 ('Test default bbcodes: simple url', '[url]https://area51.phpbb.com/[/url]', '[url:]https&#58;//area51&#46;phpbb&#46;com/[/url:]')
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'[url:]https&#58;//area51&#46;phpbb&#46;com/[/url:]'
+'[url]https://area51.phpbb.com/[/url]'

(1 more lines...)
Collapse Failed phpbb_bbcode_parser_test::test_bbcode_firstpass test_bbcode_firstpass with data set #22 History
< 1 sec
phpbb_bbcode_parser_test::test_bbcode_firstpass with data set #22 ('Test default bbcodes: simple url with description', '[url=https://area51.phpbb.com/]Area51[/url]', '[url=https&#58;//area51&#46;phpbb&#46;com/:]Area51[/url:]')
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'[url=https&#58;//area51&#46;phpbb&#46;com/:]Area51[/url:]'
+'[url=https://area51.phpbb.com/]Area51[/url]'

(1 more lines...)
Collapse Failed phpbb_bbcode_parser_test::test_bbcode_firstpass test_bbcode_firstpass with data set #32 History
< 1 sec
phpbb_bbcode_parser_test::test_bbcode_firstpass with data set #32 ('Allow textual bbcodes in url with description', '[url=https://area51.phpbb.com/]Area51 [i]italic[/i][/url]', '[url=https&#58;//area51&#46;phpbb&#46;com/:]Area51 [i:]italic[/i:][/url:]')
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'[url=https&#58;//area51&#46;phpbb&#46;com/:]Area51 [i:]italic[/i:][/url:]'
+'[url=https://area51.phpbb.com/]Area51 [i:]italic[/i:][/url]'

(1 more lines...)
Collapse Failed phpbb_bbcode_parser_test::test_bbcode_firstpass test_bbcode_firstpass with data set #33 History
< 1 sec
phpbb_bbcode_parser_test::test_bbcode_firstpass with data set #33 ('Allow url with description in textual bbcodes', '[i]italic [url=https://area51.phpbb.com/]Area51[/url][/i]', '[i:]italic [url=https&#58;//area51&#46;phpbb&#46;com/:]Area51[/url:][/i:]')
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'[i:]italic [url=https&#58;//area51&#46;phpbb&#46;com/:]Area51[/url:][/i:]'
+'[i:]italic [url=https://area51.phpbb.com/]Area51[/url][/i:]'

(1 more lines...)
Collapse Failed phpbb_bbcode_parser_test::test_bbcode_firstpass test_bbcode_firstpass with data set #35 History
< 1 sec
phpbb_bbcode_parser_test::test_bbcode_firstpass with data set #35 ('Allow links bbcodes in usernames', '[quote=&quot;[url=https://area51.phpbb.com/]test[/url]&quot;]test[/quote]', '[quote=&quot;[url=https&#58;//area51&#46;phpbb&#46;com/:]test[/url:]&quot;:]test[/quote:]')
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'[quote=&quot;[url=https&#58;//area51&#46;phpbb&#46;com/:]test[/url:]&quot;:]test[/quote:]'
+'[quote=&quot;[url=https://area51.phpbb.com/]test[/url]&quot;:]test[/quote:]'

(1 more lines...)
Collapse Failed phpbb_bbcode_parser_test::test_bbcode_firstpass test_bbcode_firstpass with data set #36 History
< 1 sec
phpbb_bbcode_parser_test::test_bbcode_firstpass with data set #36 ('Allow img bbcodes in usernames - Username displayed the image', '[quote=&quot;[img]https://area51.phpbb.com/images/area51.png[/img]&quot;]test[/quote]', '[quote=&quot;[img:]https&#58;//area51&#46;phpbb&#46;com/images/area51&#46;png[/img:]&quot;:]test[/quote:]')
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'[quote=&quot;[img:]https&#58;//area51&#46;phpbb&#46;com/images/area51&#46;png[/img:]&quot;:]test[/quote:]'
+'[quote=&quot;[img]https://area51.phpbb.com/images/area51.png[/img]&quot;:]test[/quote:]'

(1 more lines...)
Collapse Failed phpbb_functions_make_clickable_test::test_urls_matching_idn test_urls_matching_idn with data set #0 History
< 1 sec
phpbb_functions_make_clickable_test::test_urls_matching_idn with data set #0 ('http://www.täst.de/community/', '<!-- m --><a class="postlink" href="http://www.täst.de/community/">http://www.täst.de/community/</a><!-- m -->')
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-<!-- m --><a class="postlink" href="http://www.täst.de/community/">http://www.täst.de/community/</a><!-- m -->
+http://www.täst.de/community/

(1 more lines...)
Collapse Failed phpbb_functions_make_clickable_test::test_urls_matching_idn test_urls_matching_idn with data set #1 History
< 1 sec
phpbb_functions_make_clickable_test::test_urls_matching_idn with data set #1 ('http://www.täst.de/path/file.ext#section', '<!-- m --><a class="postlink" href="http://www.täst.de/path/file.ext#section">http://www.täst.de/path/file.ext#section</a><!-- m -->')
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-<!-- m --><a class="postlink" href="http://www.täst.de/path/file.ext#section">http://www.täst.de/path/file.ext#section</a><!-- m -->
+http://www.täst.de/path/file.ext#section

(1 more lines...)
Collapse Failed phpbb_functions_make_clickable_test::test_urls_matching_idn test_urls_matching_idn with data set #2 History
< 1 sec
phpbb_functions_make_clickable_test::test_urls_matching_idn with data set #2 ('ftp://ftp.täst.de/', '<!-- m --><a class="postlink" href="ftp://ftp.täst.de/">ftp://ftp.täst.de/</a><!-- m -->')
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-<!-- m --><a class="postlink" href="ftp://ftp.täst.de/">ftp://ftp.täst.de/</a><!-- m -->
+ftp://ftp.täst.de/

(1 more lines...)
Collapse Failed phpbb_functions_make_clickable_test::test_urls_matching_idn test_urls_matching_idn with data set #3 History
< 1 sec
phpbb_functions_make_clickable_test::test_urls_matching_idn with data set #3 ('sip://bantu@täst.de', '<!-- m --><a class="postlink" href="sip://bantu@täst.de">sip://bantu@täst.de</a><!-- m -->')
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-<!-- m --><a class="postlink" href="sip://bantu@täst.de">sip://bantu@täst.de</a><!-- m -->
+sip://bantu@täst.de

(1 more lines...)
Collapse Failed phpbb_functions_make_clickable_test::test_urls_matching_idn test_urls_matching_idn with data set #5 History
< 1 sec
phpbb_functions_make_clickable_test::test_urls_matching_idn with data set #5 ('http://домен.рф/viewtopic.php?t=1!', '<!-- m --><a class="postlink" href="http://домен.рф/viewtopic.php?t=1">http://домен.рф/viewtopic.php?t=1</a><!-- m -->!')
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-<!-- m --><a class="postlink" href="http://домен.рф/viewtopic.php?t=1">http://домен.рф/viewtopic.php?t=1</a><!-- m -->!
+http://домен.рф/viewtopic.php?t=1!

(1 more lines...)
Collapse Failed phpbb_functions_make_clickable_test::test_urls_matching_idn test_urls_matching_idn with data set #7 History
< 1 sec
phpbb_functions_make_clickable_test::test_urls_matching_idn with data set #7 ('http://www.домен.рф/сообщество/путь/по/длинной/ссылке/file.ext#section', '<!-- m --><a class="postlink" href="http://www.домен.рф/сообщество/путь/по/длинной/ссылке/file.ext#section">http://www.домен.рф/сообщество/путь/по/ ... xt#section</a><!-- m -->')
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-<!-- m --><a class="postlink" href="http://www.домен.рф/сообщество/путь/по/длинной/ссылке/file.ext#section">http://www.домен.рф/сообщество/путь/по/ ... xt#section</a><!-- m -->
+http://www.домен.рф/сообщество/путь/по/длинной/ссылке/file.ext#section

(1 more lines...)
Collapse Failed phpbb_functions_make_clickable_test::test_urls_matching_idn test_urls_matching_idn with data set #8 History
< 1 sec
phpbb_functions_make_clickable_test::test_urls_matching_idn with data set #8 ('http://www.täst╫.de', '<!-- m --><a class="postlink" href="http://www.täst">http://www.täst</a><!-- m -->╫.de')
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-<!-- m --><a class="postlink" href="http://www.täst">http://www.täst</a><!-- m -->╫.de
+http://www.täst╫.de

(1 more lines...)
Collapse Failed phpbb_functions_make_clickable_test::test_urls_matching_positive test_urls_matching_positive with data set #0 History
< 1 sec
phpbb_functions_make_clickable_test::test_urls_matching_positive with data set #0 ('http://www.phpbb.com/community/', '<!-- m --><a class="postlink" href="http://www.phpbb.com/community/">http://www.phpbb.com/community/</a><!-- m -->')
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-<!-- m --><a class="postlink" href="http://www.phpbb.com/community/">http://www.phpbb.com/community/</a><!-- m -->
+http://www.phpbb.com/community/

(1 more lines...)
Collapse Failed phpbb_functions_make_clickable_test::test_urls_matching_positive test_urls_matching_positive with data set #1 History
< 1 sec
phpbb_functions_make_clickable_test::test_urls_matching_positive with data set #1 ('http://www.phpbb.com/path/file.ext#section', '<!-- m --><a class="postlink" href="http://www.phpbb.com/path/file.ext#section">http://www.phpbb.com/path/file.ext#section</a><!-- m -->')
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-<!-- m --><a class="postlink" href="http://www.phpbb.com/path/file.ext#section">http://www.phpbb.com/path/file.ext#section</a><!-- m -->
+http://www.phpbb.com/path/file.ext#section

(1 more lines...)
Collapse Failed phpbb_functions_make_clickable_test::test_urls_matching_positive test_urls_matching_positive with data set #2 History
< 1 sec
phpbb_functions_make_clickable_test::test_urls_matching_positive with data set #2 ('ftp://ftp.phpbb.com/', '<!-- m --><a class="postlink" href="ftp://ftp.phpbb.com/">ftp://ftp.phpbb.com/</a><!-- m -->')
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-<!-- m --><a class="postlink" href="ftp://ftp.phpbb.com/">ftp://ftp.phpbb.com/</a><!-- m -->
+ftp://ftp.phpbb.com/

(1 more lines...)
Collapse Failed phpbb_functions_make_clickable_test::test_urls_matching_positive test_urls_matching_positive with data set #3 History
< 1 sec
phpbb_functions_make_clickable_test::test_urls_matching_positive with data set #3 ('sip://bantu@phpbb.com', '<!-- m --><a class="postlink" href="sip://bantu@phpbb.com">sip://bantu@phpbb.com</a><!-- m -->')
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-<!-- m --><a class="postlink" href="sip://bantu@phpbb.com">sip://bantu@phpbb.com</a><!-- m -->
+sip://bantu@phpbb.com

(1 more lines...)
Collapse Failed phpbb_functions_make_clickable_test::test_urls_matching_positive test_urls_matching_positive with data set #9 History
< 1 sec
phpbb_functions_make_clickable_test::test_urls_matching_positive with data set #9 ('http://www.phpbb.com/community/path/to/long/url/file.ext#section', '<!-- m --><a class="postlink" href="http://www.phpbb.com/community/path/to/long/url/file.ext#section">http://www.phpbb.com/community/path/to/ ... xt#section</a><!-- m -->')
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-<!-- m --><a class="postlink" href="http://www.phpbb.com/community/path/to/long/url/file.ext#section">http://www.phpbb.com/community/path/to/ ... xt#section</a><!-- m -->
+http://www.phpbb.com/community/path/to/long/url/file.ext#section

(1 more lines...)
Collapse Failed phpbb_profilefield_type_url_test::test_validate_profile_field test_validate_profile_field with data set #2 History
< 1 sec
phpbb_profilefield_type_url_test::test_validate_profile_field with data set #2 ('http://onetwothree.example.io', array(), false, 'Field should accept valid URL')
Field should accept valid URL
Failed asserting that 'FIELD_INVALID_URL-field' is identical to false.

/home/bamboo/xml-data/build-dir/PHPBB3-PR-JOB1/tests/profilefields/type_url_test.php:130
Collapse Failed phpbb_profilefield_type_url_test::test_validate_profile_field test_validate_profile_field with data set #3 History
< 1 sec
phpbb_profilefield_type_url_test::test_validate_profile_field with data set #3 ('http://example.com/index.html?param1=test&param2=awesome', array(), false, 'Field should accept valid URL')
Field should accept valid URL
Failed asserting that 'FIELD_INVALID_URL-field' is identical to false.

/home/bamboo/xml-data/build-dir/PHPBB3-PR-JOB1/tests/profilefields/type_url_test.php:130
Collapse Failed phpbb_profilefield_type_url_test::test_validate_profile_field test_validate_profile_field with data set #4 History
< 1 sec
phpbb_profilefield_type_url_test::test_validate_profile_field with data set #4 ('http://example.com/index.html/test/path?document=get', array(), false, 'Field should accept valid URL')
Field should accept valid URL
Failed asserting that 'FIELD_INVALID_URL-field' is identical to false.

/home/bamboo/xml-data/build-dir/PHPBB3-PR-JOB1/tests/profilefields/type_url_test.php:130
Collapse Failed phpbb_profilefield_type_url_test::test_validate_profile_field test_validate_profile_field with data set #6 History
< 1 sec
phpbb_profilefield_type_url_test::test_validate_profile_field with data set #6 ('http://www.täst.de', array(), false, 'Field should accept valid IDN')
Field should accept valid IDN
Failed asserting that 'FIELD_INVALID_URL-field' is identical to false.

/home/bamboo/xml-data/build-dir/PHPBB3-PR-JOB1/tests/profilefields/type_url_test.php:130
Collapse Failed phpbb_profilefield_type_url_test::test_validate_profile_field test_validate_profile_field with data set #7 History
< 1 sec
phpbb_profilefield_type_url_test::test_validate_profile_field with data set #7 ('http://täst.de/index.html?param1=test&param2=awesome', array(), false, 'Field should accept valid IDN URL with params')
Field should accept valid IDN URL with params
Failed asserting that 'FIELD_INVALID_URL-field' is identical to false.

/home/bamboo/xml-data/build-dir/PHPBB3-PR-JOB1/tests/profilefields/type_url_test.php:130
Collapse Failed phpbb_profilefield_type_url_test::test_validate_profile_field test_validate_profile_field with data set #8 History
< 1 sec
phpbb_profilefield_type_url_test::test_validate_profile_field with data set #8 ('http://домен.рф/index.html/тест/path?document=get', array(), false, 'Field should accept valid IDN URL')
Field should accept valid IDN URL
Failed asserting that 'FIELD_INVALID_URL-field' is identical to false.

/home/bamboo/xml-data/build-dir/PHPBB3-PR-JOB1/tests/profilefields/type_url_test.php:130
Collapse Failed phpbb_regex_url_test::test_url test_url with data set #0 History
< 1 sec
phpbb_regex_url_test::test_url with data set #0 ('http://www.phpbb.com/community/', 1)
Failed asserting that 0 matches expected 1.

/home/bamboo/xml-data/build-dir/PHPBB3-PR-JOB1/tests/regex/url_test.php:35
Collapse Failed phpbb_regex_url_test::test_url test_url with data set #1 History
< 1 sec
phpbb_regex_url_test::test_url with data set #1 ('http://www.phpbb.com/path/file.ext#section', 1)
Failed asserting that 0 matches expected 1.

/home/bamboo/xml-data/build-dir/PHPBB3-PR-JOB1/tests/regex/url_test.php:35
Collapse Failed phpbb_regex_url_test::test_url test_url with data set #2 History
< 1 sec
phpbb_regex_url_test::test_url with data set #2 ('ftp://ftp.phpbb.com/', 1)
Failed asserting that 0 matches expected 1.

/home/bamboo/xml-data/build-dir/PHPBB3-PR-JOB1/tests/regex/url_test.php:35
Collapse Failed phpbb_regex_url_test::test_url test_url with data set #3 History
< 1 sec
phpbb_regex_url_test::test_url with data set #3 ('sip://bantu@phpbb.com', 1)
Failed asserting that 0 matches expected 1.

/home/bamboo/xml-data/build-dir/PHPBB3-PR-JOB1/tests/regex/url_test.php:35
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #0 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #0 ('http://example.com', '<!-- m --><a class="postlink" href="http://example.com">http://example.com</a><!-- m -->')
Making text clickable: http://example.com
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'<!-- m --><a class="postlink" href="http://example.com">http://example.com</a><!-- m -->'
+'http://example.com'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #1 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #1 ('http://example.com/', '<!-- m --><a class="postlink" href="http://example.com/">http://example.com/</a><!-- m -->')
Making text clickable: http://example.com/
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'<!-- m --><a class="postlink" href="http://example.com/">http://example.com/</a><!-- m -->'
+'http://example.com/'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #10 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #10 ('http://thisdomain.org/', '<!-- m --><a class="postlink" href="http://thisdomain.org/">http://thisdomain.org/</a><!-- m -->')
Making text clickable: http://thisdomain.org/
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'<!-- m --><a class="postlink" href="http://thisdomain.org/">http://thisdomain.org/</a><!-- m -->'
+'http://thisdomain.org/'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #100 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #100 ('np 
http://example.com/path?query=abc', 'np 
<!-- m --><a class="postlink" href="http://example.com/path?query=abc">http://example.com/path?query=abc</a><!-- m -->')
Making text clickable: np 
http://example.com/path?query=abc
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #101 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #101 ('np 
http://example.com/1', 'np 
<!-- m --><a class="postlink" href="http://example.com/1">http://example.com/1</a><!-- m -->')
Making text clickable: np 
http://example.com/1
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #102 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #102 ('np 
http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1', 'np 
<!-- m --><a class="postlink" href="http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1">http://example.com/some/very/long/path/ ... uery&amp;too=1</a><!-- m -->')
Making text clickable: np 
http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #103 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #103 ('np 
http://localhost', 'np 
<!-- m --><a class="postlink" href="http://localhost">http://localhost</a><!-- m -->')
Making text clickable: np 
http://localhost
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #104 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #104 ('np 
http://localhost/#abc', 'np 
<!-- m --><a class="postlink" href="http://localhost/#abc">http://localhost/#abc</a><!-- m -->')
Making text clickable: np 
http://localhost/#abc
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #107 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #107 ('np 
http://thisdomain.org', 'np 
<!-- m --><a class="postlink" href="http://thisdomain.org">http://thisdomain.org</a><!-- m -->')
Making text clickable: np 
http://thisdomain.org
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #108 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #108 ('np 
http://thisdomain.org/', 'np 
<!-- m --><a class="postlink" href="http://thisdomain.org/">http://thisdomain.org/</a><!-- m -->')
Making text clickable: np 
http://thisdomain.org/
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #112 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #112 ('np 
http://example.com
 ns', 'np 
<!-- m --><a class="postlink" href="http://example.com">http://example.com</a><!-- m -->
 ns')
Making text clickable: np 
http://example.com
 ns
(10 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #113 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #113 ('np 
http://example.com/
 ns', 'np 
<!-- m --><a class="postlink" href="http://example.com/">http://example.com/</a><!-- m -->
 ns')
Making text clickable: np 
http://example.com/
 ns
(10 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #114 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #114 ('np 
http://example.com/path?query=abc
 ns', 'np 
<!-- m --><a class="postlink" href="http://example.com/path?query=abc">http://example.com/path?query=abc</a><!-- m -->
 ns')
Making text clickable: np 
http://example.com/path?query=abc
 ns
(10 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #115 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #115 ('np 
http://example.com/1
 ns', 'np 
<!-- m --><a class="postlink" href="http://example.com/1">http://example.com/1</a><!-- m -->
 ns')
Making text clickable: np 
http://example.com/1
 ns
(10 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #116 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #116 ('np 
http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1
 ns', 'np 
<!-- m --><a class="postlink" href="http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1">http://example.com/some/very/long/path/ ... uery&amp;too=1</a><!-- m -->
 ns')
Making text clickable: np 
http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1
 ns
(10 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #117 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #117 ('np 
http://localhost
 ns', 'np 
<!-- m --><a class="postlink" href="http://localhost">http://localhost</a><!-- m -->
 ns')
Making text clickable: np 
http://localhost
 ns
(10 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #118 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #118 ('np 
http://localhost/#abc
 ns', 'np 
<!-- m --><a class="postlink" href="http://localhost/#abc">http://localhost/#abc</a><!-- m -->
 ns')
Making text clickable: np 
http://localhost/#abc
 ns
(10 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #121 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #121 ('np 
http://thisdomain.org
 ns', 'np 
<!-- m --><a class="postlink" href="http://thisdomain.org">http://thisdomain.org</a><!-- m -->
 ns')
Making text clickable: np 
http://thisdomain.org
 ns
(10 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #122 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #122 ('np 
http://thisdomain.org/
 ns', 'np 
<!-- m --><a class="postlink" href="http://thisdomain.org/">http://thisdomain.org/</a><!-- m -->
 ns')
Making text clickable: np 
http://thisdomain.org/
 ns
(10 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #126 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #126 ('np 
http://example.com bs text.', 'np 
<!-- m --><a class="postlink" href="http://example.com">http://example.com</a><!-- m --> bs text.')
Making text clickable: np 
http://example.com bs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #127 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #127 ('np 
http://example.com/ bs text.', 'np 
<!-- m --><a class="postlink" href="http://example.com/">http://example.com/</a><!-- m --> bs text.')
Making text clickable: np 
http://example.com/ bs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #128 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #128 ('np 
http://example.com/path?query=abc bs text.', 'np 
<!-- m --><a class="postlink" href="http://example.com/path?query=abc">http://example.com/path?query=abc</a><!-- m --> bs text.')
Making text clickable: np 
http://example.com/path?query=abc bs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #129 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #129 ('np 
http://example.com/1 bs text.', 'np 
<!-- m --><a class="postlink" href="http://example.com/1">http://example.com/1</a><!-- m --> bs text.')
Making text clickable: np 
http://example.com/1 bs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #130 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #130 ('np 
http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1 bs text.', 'np 
<!-- m --><a class="postlink" href="http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1">http://example.com/some/very/long/path/ ... uery&amp;too=1</a><!-- m --> bs text.')
Making text clickable: np 
http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1 bs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #131 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #131 ('np 
http://localhost bs text.', 'np 
<!-- m --><a class="postlink" href="http://localhost">http://localhost</a><!-- m --> bs text.')
Making text clickable: np 
http://localhost bs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #132 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #132 ('np 
http://localhost/#abc bs text.', 'np 
<!-- m --><a class="postlink" href="http://localhost/#abc">http://localhost/#abc</a><!-- m --> bs text.')
Making text clickable: np 
http://localhost/#abc bs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #135 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #135 ('np 
http://thisdomain.org bs text.', 'np 
<!-- m --><a class="postlink" href="http://thisdomain.org">http://thisdomain.org</a><!-- m --> bs text.')
Making text clickable: np 
http://thisdomain.org bs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #136 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #136 ('np 
http://thisdomain.org/ bs text.', 'np 
<!-- m --><a class="postlink" href="http://thisdomain.org/">http://thisdomain.org/</a><!-- m --> bs text.')
Making text clickable: np 
http://thisdomain.org/ bs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #14 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #14 ('http://example.com
 ns', '<!-- m --><a class="postlink" href="http://example.com">http://example.com</a><!-- m -->
 ns')
Making text clickable: http://example.com
 ns
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #140 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #140 ('np 
http://example.com&gt;cs text', 'np 
<!-- m --><a class="postlink" href="http://example.com">http://example.com</a><!-- m -->&gt;cs text')
Making text clickable: np 
http://example.com&gt;cs text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #141 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #141 ('np 
http://example.com/&gt;cs text', 'np 
<!-- m --><a class="postlink" href="http://example.com/">http://example.com/</a><!-- m -->&gt;cs text')
Making text clickable: np 
http://example.com/&gt;cs text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #142 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #142 ('np 
http://example.com/path?query=abc&gt;cs text', 'np 
<!-- m --><a class="postlink" href="http://example.com/path?query=abc">http://example.com/path?query=abc</a><!-- m -->&gt;cs text')
Making text clickable: np 
http://example.com/path?query=abc&gt;cs text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #143 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #143 ('np 
http://example.com/1&gt;cs text', 'np 
<!-- m --><a class="postlink" href="http://example.com/1">http://example.com/1</a><!-- m -->&gt;cs text')
Making text clickable: np 
http://example.com/1&gt;cs text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #144 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #144 ('np 
http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1&gt;cs text', 'np 
<!-- m --><a class="postlink" href="http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1">http://example.com/some/very/long/path/ ... uery&amp;too=1</a><!-- m -->&gt;cs text')
Making text clickable: np 
http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1&gt;cs text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #145 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #145 ('np 
http://localhost&gt;cs text', 'np 
<!-- m --><a class="postlink" href="http://localhost">http://localhost</a><!-- m -->&gt;cs text')
Making text clickable: np 
http://localhost&gt;cs text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #146 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #146 ('np 
http://localhost/#abc&gt;cs text', 'np 
<!-- m --><a class="postlink" href="http://localhost/#abc">http://localhost/#abc</a><!-- m -->&gt;cs text')
Making text clickable: np 
http://localhost/#abc&gt;cs text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #149 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #149 ('np 
http://thisdomain.org&gt;cs text', 'np 
<!-- m --><a class="postlink" href="http://thisdomain.org">http://thisdomain.org</a><!-- m -->&gt;cs text')
Making text clickable: np 
http://thisdomain.org&gt;cs text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #15 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #15 ('http://example.com/
 ns', '<!-- m --><a class="postlink" href="http://example.com/">http://example.com/</a><!-- m -->
 ns')
Making text clickable: http://example.com/
 ns
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #150 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #150 ('np 
http://thisdomain.org/&gt;cs text', 'np 
<!-- m --><a class="postlink" href="http://thisdomain.org/">http://thisdomain.org/</a><!-- m -->&gt;cs text')
Making text clickable: np 
http://thisdomain.org/&gt;cs text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #154 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #154 ('np 
http://example.com&quot;ds text', 'np 
<!-- m --><a class="postlink" href="http://example.com">http://example.com</a><!-- m -->&quot;ds text')
Making text clickable: np 
http://example.com&quot;ds text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #155 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #155 ('np 
http://example.com/&quot;ds text', 'np 
<!-- m --><a class="postlink" href="http://example.com/">http://example.com/</a><!-- m -->&quot;ds text')
Making text clickable: np 
http://example.com/&quot;ds text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #156 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #156 ('np 
http://example.com/path?query=abc&quot;ds text', 'np 
<!-- m --><a class="postlink" href="http://example.com/path?query=abc">http://example.com/path?query=abc</a><!-- m -->&quot;ds text')
Making text clickable: np 
http://example.com/path?query=abc&quot;ds text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #157 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #157 ('np 
http://example.com/1&quot;ds text', 'np 
<!-- m --><a class="postlink" href="http://example.com/1">http://example.com/1</a><!-- m -->&quot;ds text')
Making text clickable: np 
http://example.com/1&quot;ds text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #158 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #158 ('np 
http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1&quot;ds text', 'np 
<!-- m --><a class="postlink" href="http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1">http://example.com/some/very/long/path/ ... uery&amp;too=1</a><!-- m -->&quot;ds text')
Making text clickable: np 
http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1&quot;ds text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #159 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #159 ('np 
http://localhost&quot;ds text', 'np 
<!-- m --><a class="postlink" href="http://localhost">http://localhost</a><!-- m -->&quot;ds text')
Making text clickable: np 
http://localhost&quot;ds text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #16 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #16 ('http://example.com/path?query=abc
 ns', '<!-- m --><a class="postlink" href="http://example.com/path?query=abc">http://example.com/path?query=abc</a><!-- m -->
 ns')
Making text clickable: http://example.com/path?query=abc
 ns
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #160 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #160 ('np 
http://localhost/#abc&quot;ds text', 'np 
<!-- m --><a class="postlink" href="http://localhost/#abc">http://localhost/#abc</a><!-- m -->&quot;ds text')
Making text clickable: np 
http://localhost/#abc&quot;ds text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #163 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #163 ('np 
http://thisdomain.org&quot;ds text', 'np 
<!-- m --><a class="postlink" href="http://thisdomain.org">http://thisdomain.org</a><!-- m -->&quot;ds text')
Making text clickable: np 
http://thisdomain.org&quot;ds text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #164 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #164 ('np 
http://thisdomain.org/&quot;ds text', 'np 
<!-- m --><a class="postlink" href="http://thisdomain.org/">http://thisdomain.org/</a><!-- m -->&quot;ds text')
Making text clickable: np 
http://thisdomain.org/&quot;ds text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #168 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #168 ('np 
http://example.com. es text.', 'np 
<!-- m --><a class="postlink" href="http://example.com">http://example.com</a><!-- m -->. es text.')
Making text clickable: np 
http://example.com. es text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #169 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #169 ('np 
http://example.com/. es text.', 'np 
<!-- m --><a class="postlink" href="http://example.com/">http://example.com/</a><!-- m -->. es text.')
Making text clickable: np 
http://example.com/. es text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #17 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #17 ('http://example.com/1
 ns', '<!-- m --><a class="postlink" href="http://example.com/1">http://example.com/1</a><!-- m -->
 ns')
Making text clickable: http://example.com/1
 ns
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #170 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #170 ('np 
http://example.com/path?query=abc. es text.', 'np 
<!-- m --><a class="postlink" href="http://example.com/path?query=abc">http://example.com/path?query=abc</a><!-- m -->. es text.')
Making text clickable: np 
http://example.com/path?query=abc. es text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #171 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #171 ('np 
http://example.com/1. es text.', 'np 
<!-- m --><a class="postlink" href="http://example.com/1">http://example.com/1</a><!-- m -->. es text.')
Making text clickable: np 
http://example.com/1. es text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #172 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #172 ('np 
http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1. es text.', 'np 
<!-- m --><a class="postlink" href="http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1">http://example.com/some/very/long/path/ ... uery&amp;too=1</a><!-- m -->. es text.')
Making text clickable: np 
http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1. es text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #173 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #173 ('np 
http://localhost. es text.', 'np 
<!-- m --><a class="postlink" href="http://localhost">http://localhost</a><!-- m -->. es text.')
Making text clickable: np 
http://localhost. es text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #174 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #174 ('np 
http://localhost/#abc. es text.', 'np 
<!-- m --><a class="postlink" href="http://localhost/#abc">http://localhost/#abc</a><!-- m -->. es text.')
Making text clickable: np 
http://localhost/#abc. es text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #177 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #177 ('np 
http://thisdomain.org. es text.', 'np 
<!-- m --><a class="postlink" href="http://thisdomain.org">http://thisdomain.org</a><!-- m -->. es text.')
Making text clickable: np 
http://thisdomain.org. es text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #178 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #178 ('np 
http://thisdomain.org/. es text.', 'np 
<!-- m --><a class="postlink" href="http://thisdomain.org/">http://thisdomain.org/</a><!-- m -->. es text.')
Making text clickable: np 
http://thisdomain.org/. es text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #18 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #18 ('http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1
 ns', '<!-- m --><a class="postlink" href="http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1">http://example.com/some/very/long/path/ ... uery&amp;too=1</a><!-- m -->
 ns')
Making text clickable: http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1
 ns
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #182 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #182 ('np 
http://example.com, fs text.', 'np 
<!-- m --><a class="postlink" href="http://example.com">http://example.com</a><!-- m -->, fs text.')
Making text clickable: np 
http://example.com, fs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #183 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #183 ('np 
http://example.com/, fs text.', 'np 
<!-- m --><a class="postlink" href="http://example.com/">http://example.com/</a><!-- m -->, fs text.')
Making text clickable: np 
http://example.com/, fs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #184 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #184 ('np 
http://example.com/path?query=abc, fs text.', 'np 
<!-- m --><a class="postlink" href="http://example.com/path?query=abc">http://example.com/path?query=abc</a><!-- m -->, fs text.')
Making text clickable: np 
http://example.com/path?query=abc, fs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #185 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #185 ('np 
http://example.com/1, fs text.', 'np 
<!-- m --><a class="postlink" href="http://example.com/1">http://example.com/1</a><!-- m -->, fs text.')
Making text clickable: np 
http://example.com/1, fs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #186 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #186 ('np 
http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1, fs text.', 'np 
<!-- m --><a class="postlink" href="http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1">http://example.com/some/very/long/path/ ... uery&amp;too=1</a><!-- m -->, fs text.')
Making text clickable: np 
http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1, fs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #187 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #187 ('np 
http://localhost, fs text.', 'np 
<!-- m --><a class="postlink" href="http://localhost">http://localhost</a><!-- m -->, fs text.')
Making text clickable: np 
http://localhost, fs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #188 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #188 ('np 
http://localhost/#abc, fs text.', 'np 
<!-- m --><a class="postlink" href="http://localhost/#abc">http://localhost/#abc</a><!-- m -->, fs text.')
Making text clickable: np 
http://localhost/#abc, fs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #19 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #19 ('http://localhost
 ns', '<!-- m --><a class="postlink" href="http://localhost">http://localhost</a><!-- m -->
 ns')
Making text clickable: http://localhost
 ns
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #191 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #191 ('np 
http://thisdomain.org, fs text.', 'np 
<!-- m --><a class="postlink" href="http://thisdomain.org">http://thisdomain.org</a><!-- m -->, fs text.')
Making text clickable: np 
http://thisdomain.org, fs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #192 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #192 ('np 
http://thisdomain.org/, fs text.', 'np 
<!-- m --><a class="postlink" href="http://thisdomain.org/">http://thisdomain.org/</a><!-- m -->, fs text.')
Making text clickable: np 
http://thisdomain.org/, fs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #196 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #196 ('bp text http://example.com', 'bp text <!-- m --><a class="postlink" href="http://example.com">http://example.com</a><!-- m -->')
Making text clickable: bp text http://example.com
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'bp text <!-- m --><a class="postlink" href="http://example.com">http://example.com</a><!-- m -->'
+'bp text http://example.com'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #197 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #197 ('bp text http://example.com/', 'bp text <!-- m --><a class="postlink" href="http://example.com/">http://example.com/</a><!-- m -->')
Making text clickable: bp text http://example.com/
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'bp text <!-- m --><a class="postlink" href="http://example.com/">http://example.com/</a><!-- m -->'
+'bp text http://example.com/'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #198 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #198 ('bp text http://example.com/path?query=abc', 'bp text <!-- m --><a class="postlink" href="http://example.com/path?query=abc">http://example.com/path?query=abc</a><!-- m -->')
Making text clickable: bp text http://example.com/path?query=abc
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'bp text <!-- m --><a class="postlink" href="http://example.com/path?query=abc">http://example.com/path?query=abc</a><!-- m -->'
+'bp text http://example.com/path?query=abc'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #199 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #199 ('bp text http://example.com/1', 'bp text <!-- m --><a class="postlink" href="http://example.com/1">http://example.com/1</a><!-- m -->')
Making text clickable: bp text http://example.com/1
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'bp text <!-- m --><a class="postlink" href="http://example.com/1">http://example.com/1</a><!-- m -->'
+'bp text http://example.com/1'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #2 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #2 ('http://example.com/path?query=abc', '<!-- m --><a class="postlink" href="http://example.com/path?query=abc">http://example.com/path?query=abc</a><!-- m -->')
Making text clickable: http://example.com/path?query=abc
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'<!-- m --><a class="postlink" href="http://example.com/path?query=abc">http://example.com/path?query=abc</a><!-- m -->'
+'http://example.com/path?query=abc'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #20 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #20 ('http://localhost/#abc
 ns', '<!-- m --><a class="postlink" href="http://localhost/#abc">http://localhost/#abc</a><!-- m -->
 ns')
Making text clickable: http://localhost/#abc
 ns
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #200 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #200 ('bp text http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1', 'bp text <!-- m --><a class="postlink" href="http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1">http://example.com/some/very/long/path/ ... uery&amp;too=1</a><!-- m -->')
Making text clickable: bp text http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'bp text <!-- m --><a class="postlink" href="http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1">http://example.com/some/very/long/path/ ... uery&amp;too=1</a><!-- m -->'
+'bp text http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #201 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #201 ('bp text http://localhost', 'bp text <!-- m --><a class="postlink" href="http://localhost">http://localhost</a><!-- m -->')
Making text clickable: bp text http://localhost
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'bp text <!-- m --><a class="postlink" href="http://localhost">http://localhost</a><!-- m -->'
+'bp text http://localhost'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #202 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #202 ('bp text http://localhost/#abc', 'bp text <!-- m --><a class="postlink" href="http://localhost/#abc">http://localhost/#abc</a><!-- m -->')
Making text clickable: bp text http://localhost/#abc
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'bp text <!-- m --><a class="postlink" href="http://localhost/#abc">http://localhost/#abc</a><!-- m -->'
+'bp text http://localhost/#abc'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #205 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #205 ('bp text http://thisdomain.org', 'bp text <!-- m --><a class="postlink" href="http://thisdomain.org">http://thisdomain.org</a><!-- m -->')
Making text clickable: bp text http://thisdomain.org
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'bp text <!-- m --><a class="postlink" href="http://thisdomain.org">http://thisdomain.org</a><!-- m -->'
+'bp text http://thisdomain.org'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #206 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #206 ('bp text http://thisdomain.org/', 'bp text <!-- m --><a class="postlink" href="http://thisdomain.org/">http://thisdomain.org/</a><!-- m -->')
Making text clickable: bp text http://thisdomain.org/
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'bp text <!-- m --><a class="postlink" href="http://thisdomain.org/">http://thisdomain.org/</a><!-- m -->'
+'bp text http://thisdomain.org/'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #210 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #210 ('bp text http://example.com
 ns', 'bp text <!-- m --><a class="postlink" href="http://example.com">http://example.com</a><!-- m -->
 ns')
Making text clickable: bp text http://example.com
 ns
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #211 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #211 ('bp text http://example.com/
 ns', 'bp text <!-- m --><a class="postlink" href="http://example.com/">http://example.com/</a><!-- m -->
 ns')
Making text clickable: bp text http://example.com/
 ns
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #212 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #212 ('bp text http://example.com/path?query=abc
 ns', 'bp text <!-- m --><a class="postlink" href="http://example.com/path?query=abc">http://example.com/path?query=abc</a><!-- m -->
 ns')
Making text clickable: bp text http://example.com/path?query=abc
 ns
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #213 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #213 ('bp text http://example.com/1
 ns', 'bp text <!-- m --><a class="postlink" href="http://example.com/1">http://example.com/1</a><!-- m -->
 ns')
Making text clickable: bp text http://example.com/1
 ns
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #214 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #214 ('bp text http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1
 ns', 'bp text <!-- m --><a class="postlink" href="http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1">http://example.com/some/very/long/path/ ... uery&amp;too=1</a><!-- m -->
 ns')
Making text clickable: bp text http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1
 ns
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #215 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #215 ('bp text http://localhost
 ns', 'bp text <!-- m --><a class="postlink" href="http://localhost">http://localhost</a><!-- m -->
 ns')
Making text clickable: bp text http://localhost
 ns
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #216 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #216 ('bp text http://localhost/#abc
 ns', 'bp text <!-- m --><a class="postlink" href="http://localhost/#abc">http://localhost/#abc</a><!-- m -->
 ns')
Making text clickable: bp text http://localhost/#abc
 ns
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #219 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #219 ('bp text http://thisdomain.org
 ns', 'bp text <!-- m --><a class="postlink" href="http://thisdomain.org">http://thisdomain.org</a><!-- m -->
 ns')
Making text clickable: bp text http://thisdomain.org
 ns
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #220 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #220 ('bp text http://thisdomain.org/
 ns', 'bp text <!-- m --><a class="postlink" href="http://thisdomain.org/">http://thisdomain.org/</a><!-- m -->
 ns')
Making text clickable: bp text http://thisdomain.org/
 ns
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #224 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #224 ('bp text http://example.com bs text.', 'bp text <!-- m --><a class="postlink" href="http://example.com">http://example.com</a><!-- m --> bs text.')
Making text clickable: bp text http://example.com bs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'bp text <!-- m --><a class="postlink" href="http://example.com">http://example.com</a><!-- m --> bs text.'
+'bp text http://example.com bs text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #225 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #225 ('bp text http://example.com/ bs text.', 'bp text <!-- m --><a class="postlink" href="http://example.com/">http://example.com/</a><!-- m --> bs text.')
Making text clickable: bp text http://example.com/ bs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'bp text <!-- m --><a class="postlink" href="http://example.com/">http://example.com/</a><!-- m --> bs text.'
+'bp text http://example.com/ bs text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #226 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #226 ('bp text http://example.com/path?query=abc bs text.', 'bp text <!-- m --><a class="postlink" href="http://example.com/path?query=abc">http://example.com/path?query=abc</a><!-- m --> bs text.')
Making text clickable: bp text http://example.com/path?query=abc bs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'bp text <!-- m --><a class="postlink" href="http://example.com/path?query=abc">http://example.com/path?query=abc</a><!-- m --> bs text.'
+'bp text http://example.com/path?query=abc bs text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #227 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #227 ('bp text http://example.com/1 bs text.', 'bp text <!-- m --><a class="postlink" href="http://example.com/1">http://example.com/1</a><!-- m --> bs text.')
Making text clickable: bp text http://example.com/1 bs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'bp text <!-- m --><a class="postlink" href="http://example.com/1">http://example.com/1</a><!-- m --> bs text.'
+'bp text http://example.com/1 bs text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #228 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #228 ('bp text http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1 bs text.', 'bp text <!-- m --><a class="postlink" href="http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1">http://example.com/some/very/long/path/ ... uery&amp;too=1</a><!-- m --> bs text.')
Making text clickable: bp text http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1 bs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'bp text <!-- m --><a class="postlink" href="http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1">http://example.com/some/very/long/path/ ... uery&amp;too=1</a><!-- m --> bs text.'
+'bp text http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1 bs text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #229 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #229 ('bp text http://localhost bs text.', 'bp text <!-- m --><a class="postlink" href="http://localhost">http://localhost</a><!-- m --> bs text.')
Making text clickable: bp text http://localhost bs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'bp text <!-- m --><a class="postlink" href="http://localhost">http://localhost</a><!-- m --> bs text.'
+'bp text http://localhost bs text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #23 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #23 ('http://thisdomain.org
 ns', '<!-- m --><a class="postlink" href="http://thisdomain.org">http://thisdomain.org</a><!-- m -->
 ns')
Making text clickable: http://thisdomain.org
 ns
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #230 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #230 ('bp text http://localhost/#abc bs text.', 'bp text <!-- m --><a class="postlink" href="http://localhost/#abc">http://localhost/#abc</a><!-- m --> bs text.')
Making text clickable: bp text http://localhost/#abc bs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'bp text <!-- m --><a class="postlink" href="http://localhost/#abc">http://localhost/#abc</a><!-- m --> bs text.'
+'bp text http://localhost/#abc bs text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #233 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #233 ('bp text http://thisdomain.org bs text.', 'bp text <!-- m --><a class="postlink" href="http://thisdomain.org">http://thisdomain.org</a><!-- m --> bs text.')
Making text clickable: bp text http://thisdomain.org bs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'bp text <!-- m --><a class="postlink" href="http://thisdomain.org">http://thisdomain.org</a><!-- m --> bs text.'
+'bp text http://thisdomain.org bs text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #234 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #234 ('bp text http://thisdomain.org/ bs text.', 'bp text <!-- m --><a class="postlink" href="http://thisdomain.org/">http://thisdomain.org/</a><!-- m --> bs text.')
Making text clickable: bp text http://thisdomain.org/ bs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'bp text <!-- m --><a class="postlink" href="http://thisdomain.org/">http://thisdomain.org/</a><!-- m --> bs text.'
+'bp text http://thisdomain.org/ bs text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #238 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #238 ('bp text http://example.com&gt;cs text', 'bp text <!-- m --><a class="postlink" href="http://example.com">http://example.com</a><!-- m -->&gt;cs text')
Making text clickable: bp text http://example.com&gt;cs text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'bp text <!-- m --><a class="postlink" href="http://example.com">http://example.com</a><!-- m -->&gt;cs text'
+'bp text http://example.com&gt;cs text'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #239 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #239 ('bp text http://example.com/&gt;cs text', 'bp text <!-- m --><a class="postlink" href="http://example.com/">http://example.com/</a><!-- m -->&gt;cs text')
Making text clickable: bp text http://example.com/&gt;cs text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'bp text <!-- m --><a class="postlink" href="http://example.com/">http://example.com/</a><!-- m -->&gt;cs text'
+'bp text http://example.com/&gt;cs text'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #24 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #24 ('http://thisdomain.org/
 ns', '<!-- m --><a class="postlink" href="http://thisdomain.org/">http://thisdomain.org/</a><!-- m -->
 ns')
Making text clickable: http://thisdomain.org/
 ns
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #240 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #240 ('bp text http://example.com/path?query=abc&gt;cs text', 'bp text <!-- m --><a class="postlink" href="http://example.com/path?query=abc">http://example.com/path?query=abc</a><!-- m -->&gt;cs text')
Making text clickable: bp text http://example.com/path?query=abc&gt;cs text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'bp text <!-- m --><a class="postlink" href="http://example.com/path?query=abc">http://example.com/path?query=abc</a><!-- m -->&gt;cs text'
+'bp text http://example.com/path?query=abc&gt;cs text'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #241 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #241 ('bp text http://example.com/1&gt;cs text', 'bp text <!-- m --><a class="postlink" href="http://example.com/1">http://example.com/1</a><!-- m -->&gt;cs text')
Making text clickable: bp text http://example.com/1&gt;cs text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'bp text <!-- m --><a class="postlink" href="http://example.com/1">http://example.com/1</a><!-- m -->&gt;cs text'
+'bp text http://example.com/1&gt;cs text'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #242 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #242 ('bp text http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1&gt;cs text', 'bp text <!-- m --><a class="postlink" href="http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1">http://example.com/some/very/long/path/ ... uery&amp;too=1</a><!-- m -->&gt;cs text')
Making text clickable: bp text http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1&gt;cs text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'bp text <!-- m --><a class="postlink" href="http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1">http://example.com/some/very/long/path/ ... uery&amp;too=1</a><!-- m -->&gt;cs text'
+'bp text http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1&gt;cs text'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #243 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #243 ('bp text http://localhost&gt;cs text', 'bp text <!-- m --><a class="postlink" href="http://localhost">http://localhost</a><!-- m -->&gt;cs text')
Making text clickable: bp text http://localhost&gt;cs text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'bp text <!-- m --><a class="postlink" href="http://localhost">http://localhost</a><!-- m -->&gt;cs text'
+'bp text http://localhost&gt;cs text'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #244 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #244 ('bp text http://localhost/#abc&gt;cs text', 'bp text <!-- m --><a class="postlink" href="http://localhost/#abc">http://localhost/#abc</a><!-- m -->&gt;cs text')
Making text clickable: bp text http://localhost/#abc&gt;cs text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'bp text <!-- m --><a class="postlink" href="http://localhost/#abc">http://localhost/#abc</a><!-- m -->&gt;cs text'
+'bp text http://localhost/#abc&gt;cs text'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #247 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #247 ('bp text http://thisdomain.org&gt;cs text', 'bp text <!-- m --><a class="postlink" href="http://thisdomain.org">http://thisdomain.org</a><!-- m -->&gt;cs text')
Making text clickable: bp text http://thisdomain.org&gt;cs text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'bp text <!-- m --><a class="postlink" href="http://thisdomain.org">http://thisdomain.org</a><!-- m -->&gt;cs text'
+'bp text http://thisdomain.org&gt;cs text'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #248 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #248 ('bp text http://thisdomain.org/&gt;cs text', 'bp text <!-- m --><a class="postlink" href="http://thisdomain.org/">http://thisdomain.org/</a><!-- m -->&gt;cs text')
Making text clickable: bp text http://thisdomain.org/&gt;cs text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'bp text <!-- m --><a class="postlink" href="http://thisdomain.org/">http://thisdomain.org/</a><!-- m -->&gt;cs text'
+'bp text http://thisdomain.org/&gt;cs text'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #252 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #252 ('bp text http://example.com&quot;ds text', 'bp text <!-- m --><a class="postlink" href="http://example.com">http://example.com</a><!-- m -->&quot;ds text')
Making text clickable: bp text http://example.com&quot;ds text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'bp text <!-- m --><a class="postlink" href="http://example.com">http://example.com</a><!-- m -->&quot;ds text'
+'bp text http://example.com&quot;ds text'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #253 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #253 ('bp text http://example.com/&quot;ds text', 'bp text <!-- m --><a class="postlink" href="http://example.com/">http://example.com/</a><!-- m -->&quot;ds text')
Making text clickable: bp text http://example.com/&quot;ds text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'bp text <!-- m --><a class="postlink" href="http://example.com/">http://example.com/</a><!-- m -->&quot;ds text'
+'bp text http://example.com/&quot;ds text'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #254 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #254 ('bp text http://example.com/path?query=abc&quot;ds text', 'bp text <!-- m --><a class="postlink" href="http://example.com/path?query=abc">http://example.com/path?query=abc</a><!-- m -->&quot;ds text')
Making text clickable: bp text http://example.com/path?query=abc&quot;ds text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'bp text <!-- m --><a class="postlink" href="http://example.com/path?query=abc">http://example.com/path?query=abc</a><!-- m -->&quot;ds text'
+'bp text http://example.com/path?query=abc&quot;ds text'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #255 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #255 ('bp text http://example.com/1&quot;ds text', 'bp text <!-- m --><a class="postlink" href="http://example.com/1">http://example.com/1</a><!-- m -->&quot;ds text')
Making text clickable: bp text http://example.com/1&quot;ds text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'bp text <!-- m --><a class="postlink" href="http://example.com/1">http://example.com/1</a><!-- m -->&quot;ds text'
+'bp text http://example.com/1&quot;ds text'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #256 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #256 ('bp text http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1&quot;ds text', 'bp text <!-- m --><a class="postlink" href="http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1">http://example.com/some/very/long/path/ ... uery&amp;too=1</a><!-- m -->&quot;ds text')
Making text clickable: bp text http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1&quot;ds text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'bp text <!-- m --><a class="postlink" href="http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1">http://example.com/some/very/long/path/ ... uery&amp;too=1</a><!-- m -->&quot;ds text'
+'bp text http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1&quot;ds text'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #257 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #257 ('bp text http://localhost&quot;ds text', 'bp text <!-- m --><a class="postlink" href="http://localhost">http://localhost</a><!-- m -->&quot;ds text')
Making text clickable: bp text http://localhost&quot;ds text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'bp text <!-- m --><a class="postlink" href="http://localhost">http://localhost</a><!-- m -->&quot;ds text'
+'bp text http://localhost&quot;ds text'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #258 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #258 ('bp text http://localhost/#abc&quot;ds text', 'bp text <!-- m --><a class="postlink" href="http://localhost/#abc">http://localhost/#abc</a><!-- m -->&quot;ds text')
Making text clickable: bp text http://localhost/#abc&quot;ds text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'bp text <!-- m --><a class="postlink" href="http://localhost/#abc">http://localhost/#abc</a><!-- m -->&quot;ds text'
+'bp text http://localhost/#abc&quot;ds text'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #261 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #261 ('bp text http://thisdomain.org&quot;ds text', 'bp text <!-- m --><a class="postlink" href="http://thisdomain.org">http://thisdomain.org</a><!-- m -->&quot;ds text')
Making text clickable: bp text http://thisdomain.org&quot;ds text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'bp text <!-- m --><a class="postlink" href="http://thisdomain.org">http://thisdomain.org</a><!-- m -->&quot;ds text'
+'bp text http://thisdomain.org&quot;ds text'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #262 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #262 ('bp text http://thisdomain.org/&quot;ds text', 'bp text <!-- m --><a class="postlink" href="http://thisdomain.org/">http://thisdomain.org/</a><!-- m -->&quot;ds text')
Making text clickable: bp text http://thisdomain.org/&quot;ds text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'bp text <!-- m --><a class="postlink" href="http://thisdomain.org/">http://thisdomain.org/</a><!-- m -->&quot;ds text'
+'bp text http://thisdomain.org/&quot;ds text'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #266 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #266 ('bp text http://example.com. es text.', 'bp text <!-- m --><a class="postlink" href="http://example.com">http://example.com</a><!-- m -->. es text.')
Making text clickable: bp text http://example.com. es text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'bp text <!-- m --><a class="postlink" href="http://example.com">http://example.com</a><!-- m -->. es text.'
+'bp text http://example.com. es text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #267 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #267 ('bp text http://example.com/. es text.', 'bp text <!-- m --><a class="postlink" href="http://example.com/">http://example.com/</a><!-- m -->. es text.')
Making text clickable: bp text http://example.com/. es text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'bp text <!-- m --><a class="postlink" href="http://example.com/">http://example.com/</a><!-- m -->. es text.'
+'bp text http://example.com/. es text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #268 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #268 ('bp text http://example.com/path?query=abc. es text.', 'bp text <!-- m --><a class="postlink" href="http://example.com/path?query=abc">http://example.com/path?query=abc</a><!-- m -->. es text.')
Making text clickable: bp text http://example.com/path?query=abc. es text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'bp text <!-- m --><a class="postlink" href="http://example.com/path?query=abc">http://example.com/path?query=abc</a><!-- m -->. es text.'
+'bp text http://example.com/path?query=abc. es text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #269 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #269 ('bp text http://example.com/1. es text.', 'bp text <!-- m --><a class="postlink" href="http://example.com/1">http://example.com/1</a><!-- m -->. es text.')
Making text clickable: bp text http://example.com/1. es text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'bp text <!-- m --><a class="postlink" href="http://example.com/1">http://example.com/1</a><!-- m -->. es text.'
+'bp text http://example.com/1. es text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #270 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #270 ('bp text http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1. es text.', 'bp text <!-- m --><a class="postlink" href="http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1">http://example.com/some/very/long/path/ ... uery&amp;too=1</a><!-- m -->. es text.')
Making text clickable: bp text http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1. es text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'bp text <!-- m --><a class="postlink" href="http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1">http://example.com/some/very/long/path/ ... uery&amp;too=1</a><!-- m -->. es text.'
+'bp text http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1. es text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #271 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #271 ('bp text http://localhost. es text.', 'bp text <!-- m --><a class="postlink" href="http://localhost">http://localhost</a><!-- m -->. es text.')
Making text clickable: bp text http://localhost. es text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'bp text <!-- m --><a class="postlink" href="http://localhost">http://localhost</a><!-- m -->. es text.'
+'bp text http://localhost. es text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #272 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #272 ('bp text http://localhost/#abc. es text.', 'bp text <!-- m --><a class="postlink" href="http://localhost/#abc">http://localhost/#abc</a><!-- m -->. es text.')
Making text clickable: bp text http://localhost/#abc. es text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'bp text <!-- m --><a class="postlink" href="http://localhost/#abc">http://localhost/#abc</a><!-- m -->. es text.'
+'bp text http://localhost/#abc. es text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #275 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #275 ('bp text http://thisdomain.org. es text.', 'bp text <!-- m --><a class="postlink" href="http://thisdomain.org">http://thisdomain.org</a><!-- m -->. es text.')
Making text clickable: bp text http://thisdomain.org. es text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'bp text <!-- m --><a class="postlink" href="http://thisdomain.org">http://thisdomain.org</a><!-- m -->. es text.'
+'bp text http://thisdomain.org. es text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #276 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #276 ('bp text http://thisdomain.org/. es text.', 'bp text <!-- m --><a class="postlink" href="http://thisdomain.org/">http://thisdomain.org/</a><!-- m -->. es text.')
Making text clickable: bp text http://thisdomain.org/. es text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'bp text <!-- m --><a class="postlink" href="http://thisdomain.org/">http://thisdomain.org/</a><!-- m -->. es text.'
+'bp text http://thisdomain.org/. es text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #28 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #28 ('http://example.com bs text.', '<!-- m --><a class="postlink" href="http://example.com">http://example.com</a><!-- m --> bs text.')
Making text clickable: http://example.com bs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'<!-- m --><a class="postlink" href="http://example.com">http://example.com</a><!-- m --> bs text.'
+'http://example.com bs text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #280 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #280 ('bp text http://example.com, fs text.', 'bp text <!-- m --><a class="postlink" href="http://example.com">http://example.com</a><!-- m -->, fs text.')
Making text clickable: bp text http://example.com, fs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'bp text <!-- m --><a class="postlink" href="http://example.com">http://example.com</a><!-- m -->, fs text.'
+'bp text http://example.com, fs text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #281 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #281 ('bp text http://example.com/, fs text.', 'bp text <!-- m --><a class="postlink" href="http://example.com/">http://example.com/</a><!-- m -->, fs text.')
Making text clickable: bp text http://example.com/, fs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'bp text <!-- m --><a class="postlink" href="http://example.com/">http://example.com/</a><!-- m -->, fs text.'
+'bp text http://example.com/, fs text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #282 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #282 ('bp text http://example.com/path?query=abc, fs text.', 'bp text <!-- m --><a class="postlink" href="http://example.com/path?query=abc">http://example.com/path?query=abc</a><!-- m -->, fs text.')
Making text clickable: bp text http://example.com/path?query=abc, fs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'bp text <!-- m --><a class="postlink" href="http://example.com/path?query=abc">http://example.com/path?query=abc</a><!-- m -->, fs text.'
+'bp text http://example.com/path?query=abc, fs text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #283 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #283 ('bp text http://example.com/1, fs text.', 'bp text <!-- m --><a class="postlink" href="http://example.com/1">http://example.com/1</a><!-- m -->, fs text.')
Making text clickable: bp text http://example.com/1, fs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'bp text <!-- m --><a class="postlink" href="http://example.com/1">http://example.com/1</a><!-- m -->, fs text.'
+'bp text http://example.com/1, fs text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #284 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #284 ('bp text http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1, fs text.', 'bp text <!-- m --><a class="postlink" href="http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1">http://example.com/some/very/long/path/ ... uery&amp;too=1</a><!-- m -->, fs text.')
Making text clickable: bp text http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1, fs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'bp text <!-- m --><a class="postlink" href="http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1">http://example.com/some/very/long/path/ ... uery&amp;too=1</a><!-- m -->, fs text.'
+'bp text http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1, fs text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #285 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #285 ('bp text http://localhost, fs text.', 'bp text <!-- m --><a class="postlink" href="http://localhost">http://localhost</a><!-- m -->, fs text.')
Making text clickable: bp text http://localhost, fs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'bp text <!-- m --><a class="postlink" href="http://localhost">http://localhost</a><!-- m -->, fs text.'
+'bp text http://localhost, fs text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #286 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #286 ('bp text http://localhost/#abc, fs text.', 'bp text <!-- m --><a class="postlink" href="http://localhost/#abc">http://localhost/#abc</a><!-- m -->, fs text.')
Making text clickable: bp text http://localhost/#abc, fs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'bp text <!-- m --><a class="postlink" href="http://localhost/#abc">http://localhost/#abc</a><!-- m -->, fs text.'
+'bp text http://localhost/#abc, fs text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #289 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #289 ('bp text http://thisdomain.org, fs text.', 'bp text <!-- m --><a class="postlink" href="http://thisdomain.org">http://thisdomain.org</a><!-- m -->, fs text.')
Making text clickable: bp text http://thisdomain.org, fs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'bp text <!-- m --><a class="postlink" href="http://thisdomain.org">http://thisdomain.org</a><!-- m -->, fs text.'
+'bp text http://thisdomain.org, fs text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #29 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #29 ('http://example.com/ bs text.', '<!-- m --><a class="postlink" href="http://example.com/">http://example.com/</a><!-- m --> bs text.')
Making text clickable: http://example.com/ bs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'<!-- m --><a class="postlink" href="http://example.com/">http://example.com/</a><!-- m --> bs text.'
+'http://example.com/ bs text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #290 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #290 ('bp text http://thisdomain.org/, fs text.', 'bp text <!-- m --><a class="postlink" href="http://thisdomain.org/">http://thisdomain.org/</a><!-- m -->, fs text.')
Making text clickable: bp text http://thisdomain.org/, fs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'bp text <!-- m --><a class="postlink" href="http://thisdomain.org/">http://thisdomain.org/</a><!-- m -->, fs text.'
+'bp text http://thisdomain.org/, fs text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #294 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #294 ('cp text>http://example.com', 'cp text><!-- m --><a class="postlink" href="http://example.com">http://example.com</a><!-- m -->')
Making text clickable: cp text>http://example.com
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'cp text><!-- m --><a class="postlink" href="http://example.com">http://example.com</a><!-- m -->'
+'cp text>http://example.com'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #295 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #295 ('cp text>http://example.com/', 'cp text><!-- m --><a class="postlink" href="http://example.com/">http://example.com/</a><!-- m -->')
Making text clickable: cp text>http://example.com/
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'cp text><!-- m --><a class="postlink" href="http://example.com/">http://example.com/</a><!-- m -->'
+'cp text>http://example.com/'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #296 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #296 ('cp text>http://example.com/path?query=abc', 'cp text><!-- m --><a class="postlink" href="http://example.com/path?query=abc">http://example.com/path?query=abc</a><!-- m -->')
Making text clickable: cp text>http://example.com/path?query=abc
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'cp text><!-- m --><a class="postlink" href="http://example.com/path?query=abc">http://example.com/path?query=abc</a><!-- m -->'
+'cp text>http://example.com/path?query=abc'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #297 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #297 ('cp text>http://example.com/1', 'cp text><!-- m --><a class="postlink" href="http://example.com/1">http://example.com/1</a><!-- m -->')
Making text clickable: cp text>http://example.com/1
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'cp text><!-- m --><a class="postlink" href="http://example.com/1">http://example.com/1</a><!-- m -->'
+'cp text>http://example.com/1'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #298 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #298 ('cp text>http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1', 'cp text><!-- m --><a class="postlink" href="http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1">http://example.com/some/very/long/path/ ... uery&amp;too=1</a><!-- m -->')
Making text clickable: cp text>http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'cp text><!-- m --><a class="postlink" href="http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1">http://example.com/some/very/long/path/ ... uery&amp;too=1</a><!-- m -->'
+'cp text>http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #299 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #299 ('cp text>http://localhost', 'cp text><!-- m --><a class="postlink" href="http://localhost">http://localhost</a><!-- m -->')
Making text clickable: cp text>http://localhost
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'cp text><!-- m --><a class="postlink" href="http://localhost">http://localhost</a><!-- m -->'
+'cp text>http://localhost'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #3 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #3 ('http://example.com/1', '<!-- m --><a class="postlink" href="http://example.com/1">http://example.com/1</a><!-- m -->')
Making text clickable: http://example.com/1
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'<!-- m --><a class="postlink" href="http://example.com/1">http://example.com/1</a><!-- m -->'
+'http://example.com/1'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #30 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #30 ('http://example.com/path?query=abc bs text.', '<!-- m --><a class="postlink" href="http://example.com/path?query=abc">http://example.com/path?query=abc</a><!-- m --> bs text.')
Making text clickable: http://example.com/path?query=abc bs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'<!-- m --><a class="postlink" href="http://example.com/path?query=abc">http://example.com/path?query=abc</a><!-- m --> bs text.'
+'http://example.com/path?query=abc bs text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #300 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #300 ('cp text>http://localhost/#abc', 'cp text><!-- m --><a class="postlink" href="http://localhost/#abc">http://localhost/#abc</a><!-- m -->')
Making text clickable: cp text>http://localhost/#abc
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'cp text><!-- m --><a class="postlink" href="http://localhost/#abc">http://localhost/#abc</a><!-- m -->'
+'cp text>http://localhost/#abc'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #303 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #303 ('cp text>http://thisdomain.org', 'cp text><!-- m --><a class="postlink" href="http://thisdomain.org">http://thisdomain.org</a><!-- m -->')
Making text clickable: cp text>http://thisdomain.org
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'cp text><!-- m --><a class="postlink" href="http://thisdomain.org">http://thisdomain.org</a><!-- m -->'
+'cp text>http://thisdomain.org'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #304 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #304 ('cp text>http://thisdomain.org/', 'cp text><!-- m --><a class="postlink" href="http://thisdomain.org/">http://thisdomain.org/</a><!-- m -->')
Making text clickable: cp text>http://thisdomain.org/
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'cp text><!-- m --><a class="postlink" href="http://thisdomain.org/">http://thisdomain.org/</a><!-- m -->'
+'cp text>http://thisdomain.org/'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #308 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #308 ('cp text>http://example.com
 ns', 'cp text><!-- m --><a class="postlink" href="http://example.com">http://example.com</a><!-- m -->
 ns')
Making text clickable: cp text>http://example.com
 ns
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #309 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #309 ('cp text>http://example.com/
 ns', 'cp text><!-- m --><a class="postlink" href="http://example.com/">http://example.com/</a><!-- m -->
 ns')
Making text clickable: cp text>http://example.com/
 ns
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #31 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #31 ('http://example.com/1 bs text.', '<!-- m --><a class="postlink" href="http://example.com/1">http://example.com/1</a><!-- m --> bs text.')
Making text clickable: http://example.com/1 bs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'<!-- m --><a class="postlink" href="http://example.com/1">http://example.com/1</a><!-- m --> bs text.'
+'http://example.com/1 bs text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #310 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #310 ('cp text>http://example.com/path?query=abc
 ns', 'cp text><!-- m --><a class="postlink" href="http://example.com/path?query=abc">http://example.com/path?query=abc</a><!-- m -->
 ns')
Making text clickable: cp text>http://example.com/path?query=abc
 ns
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #311 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #311 ('cp text>http://example.com/1
 ns', 'cp text><!-- m --><a class="postlink" href="http://example.com/1">http://example.com/1</a><!-- m -->
 ns')
Making text clickable: cp text>http://example.com/1
 ns
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #312 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #312 ('cp text>http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1
 ns', 'cp text><!-- m --><a class="postlink" href="http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1">http://example.com/some/very/long/path/ ... uery&amp;too=1</a><!-- m -->
 ns')
Making text clickable: cp text>http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1
 ns
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #313 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #313 ('cp text>http://localhost
 ns', 'cp text><!-- m --><a class="postlink" href="http://localhost">http://localhost</a><!-- m -->
 ns')
Making text clickable: cp text>http://localhost
 ns
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #314 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #314 ('cp text>http://localhost/#abc
 ns', 'cp text><!-- m --><a class="postlink" href="http://localhost/#abc">http://localhost/#abc</a><!-- m -->
 ns')
Making text clickable: cp text>http://localhost/#abc
 ns
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #317 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #317 ('cp text>http://thisdomain.org
 ns', 'cp text><!-- m --><a class="postlink" href="http://thisdomain.org">http://thisdomain.org</a><!-- m -->
 ns')
Making text clickable: cp text>http://thisdomain.org
 ns
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #318 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #318 ('cp text>http://thisdomain.org/
 ns', 'cp text><!-- m --><a class="postlink" href="http://thisdomain.org/">http://thisdomain.org/</a><!-- m -->
 ns')
Making text clickable: cp text>http://thisdomain.org/
 ns
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #32 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #32 ('http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1 bs text.', '<!-- m --><a class="postlink" href="http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1">http://example.com/some/very/long/path/ ... uery&amp;too=1</a><!-- m --> bs text.')
Making text clickable: http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1 bs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'<!-- m --><a class="postlink" href="http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1">http://example.com/some/very/long/path/ ... uery&amp;too=1</a><!-- m --> bs text.'
+'http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1 bs text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #322 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #322 ('cp text>http://example.com bs text.', 'cp text><!-- m --><a class="postlink" href="http://example.com">http://example.com</a><!-- m --> bs text.')
Making text clickable: cp text>http://example.com bs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'cp text><!-- m --><a class="postlink" href="http://example.com">http://example.com</a><!-- m --> bs text.'
+'cp text>http://example.com bs text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #323 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #323 ('cp text>http://example.com/ bs text.', 'cp text><!-- m --><a class="postlink" href="http://example.com/">http://example.com/</a><!-- m --> bs text.')
Making text clickable: cp text>http://example.com/ bs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'cp text><!-- m --><a class="postlink" href="http://example.com/">http://example.com/</a><!-- m --> bs text.'
+'cp text>http://example.com/ bs text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #324 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #324 ('cp text>http://example.com/path?query=abc bs text.', 'cp text><!-- m --><a class="postlink" href="http://example.com/path?query=abc">http://example.com/path?query=abc</a><!-- m --> bs text.')
Making text clickable: cp text>http://example.com/path?query=abc bs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'cp text><!-- m --><a class="postlink" href="http://example.com/path?query=abc">http://example.com/path?query=abc</a><!-- m --> bs text.'
+'cp text>http://example.com/path?query=abc bs text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #325 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #325 ('cp text>http://example.com/1 bs text.', 'cp text><!-- m --><a class="postlink" href="http://example.com/1">http://example.com/1</a><!-- m --> bs text.')
Making text clickable: cp text>http://example.com/1 bs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'cp text><!-- m --><a class="postlink" href="http://example.com/1">http://example.com/1</a><!-- m --> bs text.'
+'cp text>http://example.com/1 bs text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #326 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #326 ('cp text>http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1 bs text.', 'cp text><!-- m --><a class="postlink" href="http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1">http://example.com/some/very/long/path/ ... uery&amp;too=1</a><!-- m --> bs text.')
Making text clickable: cp text>http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1 bs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'cp text><!-- m --><a class="postlink" href="http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1">http://example.com/some/very/long/path/ ... uery&amp;too=1</a><!-- m --> bs text.'
+'cp text>http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1 bs text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #327 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #327 ('cp text>http://localhost bs text.', 'cp text><!-- m --><a class="postlink" href="http://localhost">http://localhost</a><!-- m --> bs text.')
Making text clickable: cp text>http://localhost bs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'cp text><!-- m --><a class="postlink" href="http://localhost">http://localhost</a><!-- m --> bs text.'
+'cp text>http://localhost bs text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #328 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #328 ('cp text>http://localhost/#abc bs text.', 'cp text><!-- m --><a class="postlink" href="http://localhost/#abc">http://localhost/#abc</a><!-- m --> bs text.')
Making text clickable: cp text>http://localhost/#abc bs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'cp text><!-- m --><a class="postlink" href="http://localhost/#abc">http://localhost/#abc</a><!-- m --> bs text.'
+'cp text>http://localhost/#abc bs text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #33 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #33 ('http://localhost bs text.', '<!-- m --><a class="postlink" href="http://localhost">http://localhost</a><!-- m --> bs text.')
Making text clickable: http://localhost bs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'<!-- m --><a class="postlink" href="http://localhost">http://localhost</a><!-- m --> bs text.'
+'http://localhost bs text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #331 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #331 ('cp text>http://thisdomain.org bs text.', 'cp text><!-- m --><a class="postlink" href="http://thisdomain.org">http://thisdomain.org</a><!-- m --> bs text.')
Making text clickable: cp text>http://thisdomain.org bs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'cp text><!-- m --><a class="postlink" href="http://thisdomain.org">http://thisdomain.org</a><!-- m --> bs text.'
+'cp text>http://thisdomain.org bs text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #332 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #332 ('cp text>http://thisdomain.org/ bs text.', 'cp text><!-- m --><a class="postlink" href="http://thisdomain.org/">http://thisdomain.org/</a><!-- m --> bs text.')
Making text clickable: cp text>http://thisdomain.org/ bs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'cp text><!-- m --><a class="postlink" href="http://thisdomain.org/">http://thisdomain.org/</a><!-- m --> bs text.'
+'cp text>http://thisdomain.org/ bs text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #336 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #336 ('cp text>http://example.com&gt;cs text', 'cp text><!-- m --><a class="postlink" href="http://example.com">http://example.com</a><!-- m -->&gt;cs text')
Making text clickable: cp text>http://example.com&gt;cs text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'cp text><!-- m --><a class="postlink" href="http://example.com">http://example.com</a><!-- m -->&gt;cs text'
+'cp text>http://example.com&gt;cs text'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #337 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #337 ('cp text>http://example.com/&gt;cs text', 'cp text><!-- m --><a class="postlink" href="http://example.com/">http://example.com/</a><!-- m -->&gt;cs text')
Making text clickable: cp text>http://example.com/&gt;cs text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'cp text><!-- m --><a class="postlink" href="http://example.com/">http://example.com/</a><!-- m -->&gt;cs text'
+'cp text>http://example.com/&gt;cs text'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #338 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #338 ('cp text>http://example.com/path?query=abc&gt;cs text', 'cp text><!-- m --><a class="postlink" href="http://example.com/path?query=abc">http://example.com/path?query=abc</a><!-- m -->&gt;cs text')
Making text clickable: cp text>http://example.com/path?query=abc&gt;cs text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'cp text><!-- m --><a class="postlink" href="http://example.com/path?query=abc">http://example.com/path?query=abc</a><!-- m -->&gt;cs text'
+'cp text>http://example.com/path?query=abc&gt;cs text'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #339 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #339 ('cp text>http://example.com/1&gt;cs text', 'cp text><!-- m --><a class="postlink" href="http://example.com/1">http://example.com/1</a><!-- m -->&gt;cs text')
Making text clickable: cp text>http://example.com/1&gt;cs text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'cp text><!-- m --><a class="postlink" href="http://example.com/1">http://example.com/1</a><!-- m -->&gt;cs text'
+'cp text>http://example.com/1&gt;cs text'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #34 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #34 ('http://localhost/#abc bs text.', '<!-- m --><a class="postlink" href="http://localhost/#abc">http://localhost/#abc</a><!-- m --> bs text.')
Making text clickable: http://localhost/#abc bs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'<!-- m --><a class="postlink" href="http://localhost/#abc">http://localhost/#abc</a><!-- m --> bs text.'
+'http://localhost/#abc bs text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #340 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #340 ('cp text>http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1&gt;cs text', 'cp text><!-- m --><a class="postlink" href="http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1">http://example.com/some/very/long/path/ ... uery&amp;too=1</a><!-- m -->&gt;cs text')
Making text clickable: cp text>http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1&gt;cs text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'cp text><!-- m --><a class="postlink" href="http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1">http://example.com/some/very/long/path/ ... uery&amp;too=1</a><!-- m -->&gt;cs text'
+'cp text>http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1&gt;cs text'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #341 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #341 ('cp text>http://localhost&gt;cs text', 'cp text><!-- m --><a class="postlink" href="http://localhost">http://localhost</a><!-- m -->&gt;cs text')
Making text clickable: cp text>http://localhost&gt;cs text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'cp text><!-- m --><a class="postlink" href="http://localhost">http://localhost</a><!-- m -->&gt;cs text'
+'cp text>http://localhost&gt;cs text'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #342 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #342 ('cp text>http://localhost/#abc&gt;cs text', 'cp text><!-- m --><a class="postlink" href="http://localhost/#abc">http://localhost/#abc</a><!-- m -->&gt;cs text')
Making text clickable: cp text>http://localhost/#abc&gt;cs text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'cp text><!-- m --><a class="postlink" href="http://localhost/#abc">http://localhost/#abc</a><!-- m -->&gt;cs text'
+'cp text>http://localhost/#abc&gt;cs text'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #345 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #345 ('cp text>http://thisdomain.org&gt;cs text', 'cp text><!-- m --><a class="postlink" href="http://thisdomain.org">http://thisdomain.org</a><!-- m -->&gt;cs text')
Making text clickable: cp text>http://thisdomain.org&gt;cs text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'cp text><!-- m --><a class="postlink" href="http://thisdomain.org">http://thisdomain.org</a><!-- m -->&gt;cs text'
+'cp text>http://thisdomain.org&gt;cs text'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #346 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #346 ('cp text>http://thisdomain.org/&gt;cs text', 'cp text><!-- m --><a class="postlink" href="http://thisdomain.org/">http://thisdomain.org/</a><!-- m -->&gt;cs text')
Making text clickable: cp text>http://thisdomain.org/&gt;cs text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'cp text><!-- m --><a class="postlink" href="http://thisdomain.org/">http://thisdomain.org/</a><!-- m -->&gt;cs text'
+'cp text>http://thisdomain.org/&gt;cs text'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #350 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #350 ('cp text>http://example.com&quot;ds text', 'cp text><!-- m --><a class="postlink" href="http://example.com">http://example.com</a><!-- m -->&quot;ds text')
Making text clickable: cp text>http://example.com&quot;ds text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'cp text><!-- m --><a class="postlink" href="http://example.com">http://example.com</a><!-- m -->&quot;ds text'
+'cp text>http://example.com&quot;ds text'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #351 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #351 ('cp text>http://example.com/&quot;ds text', 'cp text><!-- m --><a class="postlink" href="http://example.com/">http://example.com/</a><!-- m -->&quot;ds text')
Making text clickable: cp text>http://example.com/&quot;ds text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'cp text><!-- m --><a class="postlink" href="http://example.com/">http://example.com/</a><!-- m -->&quot;ds text'
+'cp text>http://example.com/&quot;ds text'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #352 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #352 ('cp text>http://example.com/path?query=abc&quot;ds text', 'cp text><!-- m --><a class="postlink" href="http://example.com/path?query=abc">http://example.com/path?query=abc</a><!-- m -->&quot;ds text')
Making text clickable: cp text>http://example.com/path?query=abc&quot;ds text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'cp text><!-- m --><a class="postlink" href="http://example.com/path?query=abc">http://example.com/path?query=abc</a><!-- m -->&quot;ds text'
+'cp text>http://example.com/path?query=abc&quot;ds text'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #353 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #353 ('cp text>http://example.com/1&quot;ds text', 'cp text><!-- m --><a class="postlink" href="http://example.com/1">http://example.com/1</a><!-- m -->&quot;ds text')
Making text clickable: cp text>http://example.com/1&quot;ds text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'cp text><!-- m --><a class="postlink" href="http://example.com/1">http://example.com/1</a><!-- m -->&quot;ds text'
+'cp text>http://example.com/1&quot;ds text'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #354 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #354 ('cp text>http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1&quot;ds text', 'cp text><!-- m --><a class="postlink" href="http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1">http://example.com/some/very/long/path/ ... uery&amp;too=1</a><!-- m -->&quot;ds text')
Making text clickable: cp text>http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1&quot;ds text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'cp text><!-- m --><a class="postlink" href="http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1">http://example.com/some/very/long/path/ ... uery&amp;too=1</a><!-- m -->&quot;ds text'
+'cp text>http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1&quot;ds text'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #355 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #355 ('cp text>http://localhost&quot;ds text', 'cp text><!-- m --><a class="postlink" href="http://localhost">http://localhost</a><!-- m -->&quot;ds text')
Making text clickable: cp text>http://localhost&quot;ds text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'cp text><!-- m --><a class="postlink" href="http://localhost">http://localhost</a><!-- m -->&quot;ds text'
+'cp text>http://localhost&quot;ds text'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #356 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #356 ('cp text>http://localhost/#abc&quot;ds text', 'cp text><!-- m --><a class="postlink" href="http://localhost/#abc">http://localhost/#abc</a><!-- m -->&quot;ds text')
Making text clickable: cp text>http://localhost/#abc&quot;ds text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'cp text><!-- m --><a class="postlink" href="http://localhost/#abc">http://localhost/#abc</a><!-- m -->&quot;ds text'
+'cp text>http://localhost/#abc&quot;ds text'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #359 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #359 ('cp text>http://thisdomain.org&quot;ds text', 'cp text><!-- m --><a class="postlink" href="http://thisdomain.org">http://thisdomain.org</a><!-- m -->&quot;ds text')
Making text clickable: cp text>http://thisdomain.org&quot;ds text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'cp text><!-- m --><a class="postlink" href="http://thisdomain.org">http://thisdomain.org</a><!-- m -->&quot;ds text'
+'cp text>http://thisdomain.org&quot;ds text'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #360 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #360 ('cp text>http://thisdomain.org/&quot;ds text', 'cp text><!-- m --><a class="postlink" href="http://thisdomain.org/">http://thisdomain.org/</a><!-- m -->&quot;ds text')
Making text clickable: cp text>http://thisdomain.org/&quot;ds text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'cp text><!-- m --><a class="postlink" href="http://thisdomain.org/">http://thisdomain.org/</a><!-- m -->&quot;ds text'
+'cp text>http://thisdomain.org/&quot;ds text'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #364 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #364 ('cp text>http://example.com. es text.', 'cp text><!-- m --><a class="postlink" href="http://example.com">http://example.com</a><!-- m -->. es text.')
Making text clickable: cp text>http://example.com. es text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'cp text><!-- m --><a class="postlink" href="http://example.com">http://example.com</a><!-- m -->. es text.'
+'cp text>http://example.com. es text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #365 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #365 ('cp text>http://example.com/. es text.', 'cp text><!-- m --><a class="postlink" href="http://example.com/">http://example.com/</a><!-- m -->. es text.')
Making text clickable: cp text>http://example.com/. es text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'cp text><!-- m --><a class="postlink" href="http://example.com/">http://example.com/</a><!-- m -->. es text.'
+'cp text>http://example.com/. es text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #366 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #366 ('cp text>http://example.com/path?query=abc. es text.', 'cp text><!-- m --><a class="postlink" href="http://example.com/path?query=abc">http://example.com/path?query=abc</a><!-- m -->. es text.')
Making text clickable: cp text>http://example.com/path?query=abc. es text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'cp text><!-- m --><a class="postlink" href="http://example.com/path?query=abc">http://example.com/path?query=abc</a><!-- m -->. es text.'
+'cp text>http://example.com/path?query=abc. es text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #367 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #367 ('cp text>http://example.com/1. es text.', 'cp text><!-- m --><a class="postlink" href="http://example.com/1">http://example.com/1</a><!-- m -->. es text.')
Making text clickable: cp text>http://example.com/1. es text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'cp text><!-- m --><a class="postlink" href="http://example.com/1">http://example.com/1</a><!-- m -->. es text.'
+'cp text>http://example.com/1. es text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #368 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #368 ('cp text>http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1. es text.', 'cp text><!-- m --><a class="postlink" href="http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1">http://example.com/some/very/long/path/ ... uery&amp;too=1</a><!-- m -->. es text.')
Making text clickable: cp text>http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1. es text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'cp text><!-- m --><a class="postlink" href="http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1">http://example.com/some/very/long/path/ ... uery&amp;too=1</a><!-- m -->. es text.'
+'cp text>http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1. es text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #369 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #369 ('cp text>http://localhost. es text.', 'cp text><!-- m --><a class="postlink" href="http://localhost">http://localhost</a><!-- m -->. es text.')
Making text clickable: cp text>http://localhost. es text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'cp text><!-- m --><a class="postlink" href="http://localhost">http://localhost</a><!-- m -->. es text.'
+'cp text>http://localhost. es text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #37 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #37 ('http://thisdomain.org bs text.', '<!-- m --><a class="postlink" href="http://thisdomain.org">http://thisdomain.org</a><!-- m --> bs text.')
Making text clickable: http://thisdomain.org bs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'<!-- m --><a class="postlink" href="http://thisdomain.org">http://thisdomain.org</a><!-- m --> bs text.'
+'http://thisdomain.org bs text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #370 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #370 ('cp text>http://localhost/#abc. es text.', 'cp text><!-- m --><a class="postlink" href="http://localhost/#abc">http://localhost/#abc</a><!-- m -->. es text.')
Making text clickable: cp text>http://localhost/#abc. es text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'cp text><!-- m --><a class="postlink" href="http://localhost/#abc">http://localhost/#abc</a><!-- m -->. es text.'
+'cp text>http://localhost/#abc. es text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #373 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #373 ('cp text>http://thisdomain.org. es text.', 'cp text><!-- m --><a class="postlink" href="http://thisdomain.org">http://thisdomain.org</a><!-- m -->. es text.')
Making text clickable: cp text>http://thisdomain.org. es text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'cp text><!-- m --><a class="postlink" href="http://thisdomain.org">http://thisdomain.org</a><!-- m -->. es text.'
+'cp text>http://thisdomain.org. es text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #374 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #374 ('cp text>http://thisdomain.org/. es text.', 'cp text><!-- m --><a class="postlink" href="http://thisdomain.org/">http://thisdomain.org/</a><!-- m -->. es text.')
Making text clickable: cp text>http://thisdomain.org/. es text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'cp text><!-- m --><a class="postlink" href="http://thisdomain.org/">http://thisdomain.org/</a><!-- m -->. es text.'
+'cp text>http://thisdomain.org/. es text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #378 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #378 ('cp text>http://example.com, fs text.', 'cp text><!-- m --><a class="postlink" href="http://example.com">http://example.com</a><!-- m -->, fs text.')
Making text clickable: cp text>http://example.com, fs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'cp text><!-- m --><a class="postlink" href="http://example.com">http://example.com</a><!-- m -->, fs text.'
+'cp text>http://example.com, fs text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #379 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #379 ('cp text>http://example.com/, fs text.', 'cp text><!-- m --><a class="postlink" href="http://example.com/">http://example.com/</a><!-- m -->, fs text.')
Making text clickable: cp text>http://example.com/, fs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'cp text><!-- m --><a class="postlink" href="http://example.com/">http://example.com/</a><!-- m -->, fs text.'
+'cp text>http://example.com/, fs text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #38 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #38 ('http://thisdomain.org/ bs text.', '<!-- m --><a class="postlink" href="http://thisdomain.org/">http://thisdomain.org/</a><!-- m --> bs text.')
Making text clickable: http://thisdomain.org/ bs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'<!-- m --><a class="postlink" href="http://thisdomain.org/">http://thisdomain.org/</a><!-- m --> bs text.'
+'http://thisdomain.org/ bs text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #380 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #380 ('cp text>http://example.com/path?query=abc, fs text.', 'cp text><!-- m --><a class="postlink" href="http://example.com/path?query=abc">http://example.com/path?query=abc</a><!-- m -->, fs text.')
Making text clickable: cp text>http://example.com/path?query=abc, fs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'cp text><!-- m --><a class="postlink" href="http://example.com/path?query=abc">http://example.com/path?query=abc</a><!-- m -->, fs text.'
+'cp text>http://example.com/path?query=abc, fs text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #381 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #381 ('cp text>http://example.com/1, fs text.', 'cp text><!-- m --><a class="postlink" href="http://example.com/1">http://example.com/1</a><!-- m -->, fs text.')
Making text clickable: cp text>http://example.com/1, fs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'cp text><!-- m --><a class="postlink" href="http://example.com/1">http://example.com/1</a><!-- m -->, fs text.'
+'cp text>http://example.com/1, fs text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #382 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #382 ('cp text>http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1, fs text.', 'cp text><!-- m --><a class="postlink" href="http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1">http://example.com/some/very/long/path/ ... uery&amp;too=1</a><!-- m -->, fs text.')
Making text clickable: cp text>http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1, fs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'cp text><!-- m --><a class="postlink" href="http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1">http://example.com/some/very/long/path/ ... uery&amp;too=1</a><!-- m -->, fs text.'
+'cp text>http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1, fs text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #383 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #383 ('cp text>http://localhost, fs text.', 'cp text><!-- m --><a class="postlink" href="http://localhost">http://localhost</a><!-- m -->, fs text.')
Making text clickable: cp text>http://localhost, fs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'cp text><!-- m --><a class="postlink" href="http://localhost">http://localhost</a><!-- m -->, fs text.'
+'cp text>http://localhost, fs text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #384 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #384 ('cp text>http://localhost/#abc, fs text.', 'cp text><!-- m --><a class="postlink" href="http://localhost/#abc">http://localhost/#abc</a><!-- m -->, fs text.')
Making text clickable: cp text>http://localhost/#abc, fs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'cp text><!-- m --><a class="postlink" href="http://localhost/#abc">http://localhost/#abc</a><!-- m -->, fs text.'
+'cp text>http://localhost/#abc, fs text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #387 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #387 ('cp text>http://thisdomain.org, fs text.', 'cp text><!-- m --><a class="postlink" href="http://thisdomain.org">http://thisdomain.org</a><!-- m -->, fs text.')
Making text clickable: cp text>http://thisdomain.org, fs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'cp text><!-- m --><a class="postlink" href="http://thisdomain.org">http://thisdomain.org</a><!-- m -->, fs text.'
+'cp text>http://thisdomain.org, fs text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #388 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #388 ('cp text>http://thisdomain.org/, fs text.', 'cp text><!-- m --><a class="postlink" href="http://thisdomain.org/">http://thisdomain.org/</a><!-- m -->, fs text.')
Making text clickable: cp text>http://thisdomain.org/, fs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'cp text><!-- m --><a class="postlink" href="http://thisdomain.org/">http://thisdomain.org/</a><!-- m -->, fs text.'
+'cp text>http://thisdomain.org/, fs text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #392 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #392 ('ep text.http://example.com', 'ep text.<!-- m --><a class="postlink" href="http://example.com">http://example.com</a><!-- m -->')
Making text clickable: ep text.http://example.com
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'ep text.<!-- m --><a class="postlink" href="http://example.com">http://example.com</a><!-- m -->'
+'ep text.http://example.com'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #393 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #393 ('ep text.http://example.com/', 'ep text.<!-- m --><a class="postlink" href="http://example.com/">http://example.com/</a><!-- m -->')
Making text clickable: ep text.http://example.com/
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'ep text.<!-- m --><a class="postlink" href="http://example.com/">http://example.com/</a><!-- m -->'
+'ep text.http://example.com/'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #394 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #394 ('ep text.http://example.com/path?query=abc', 'ep text.<!-- m --><a class="postlink" href="http://example.com/path?query=abc">http://example.com/path?query=abc</a><!-- m -->')
Making text clickable: ep text.http://example.com/path?query=abc
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'ep text.<!-- m --><a class="postlink" href="http://example.com/path?query=abc">http://example.com/path?query=abc</a><!-- m -->'
+'ep text.http://example.com/path?query=abc'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #395 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #395 ('ep text.http://example.com/1', 'ep text.<!-- m --><a class="postlink" href="http://example.com/1">http://example.com/1</a><!-- m -->')
Making text clickable: ep text.http://example.com/1
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'ep text.<!-- m --><a class="postlink" href="http://example.com/1">http://example.com/1</a><!-- m -->'
+'ep text.http://example.com/1'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #396 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #396 ('ep text.http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1', 'ep text.<!-- m --><a class="postlink" href="http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1">http://example.com/some/very/long/path/ ... uery&amp;too=1</a><!-- m -->')
Making text clickable: ep text.http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'ep text.<!-- m --><a class="postlink" href="http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1">http://example.com/some/very/long/path/ ... uery&amp;too=1</a><!-- m -->'
+'ep text.http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #397 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #397 ('ep text.http://localhost', 'ep text.<!-- m --><a class="postlink" href="http://localhost">http://localhost</a><!-- m -->')
Making text clickable: ep text.http://localhost
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'ep text.<!-- m --><a class="postlink" href="http://localhost">http://localhost</a><!-- m -->'
+'ep text.http://localhost'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #398 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #398 ('ep text.http://localhost/#abc', 'ep text.<!-- m --><a class="postlink" href="http://localhost/#abc">http://localhost/#abc</a><!-- m -->')
Making text clickable: ep text.http://localhost/#abc
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'ep text.<!-- m --><a class="postlink" href="http://localhost/#abc">http://localhost/#abc</a><!-- m -->'
+'ep text.http://localhost/#abc'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #4 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #4 ('http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1', '<!-- m --><a class="postlink" href="http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1">http://example.com/some/very/long/path/ ... uery&amp;too=1</a><!-- m -->')
Making text clickable: http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'<!-- m --><a class="postlink" href="http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1">http://example.com/some/very/long/path/ ... uery&amp;too=1</a><!-- m -->'
+'http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #401 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #401 ('ep text.http://thisdomain.org', 'ep text.<!-- m --><a class="postlink" href="http://thisdomain.org">http://thisdomain.org</a><!-- m -->')
Making text clickable: ep text.http://thisdomain.org
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'ep text.<!-- m --><a class="postlink" href="http://thisdomain.org">http://thisdomain.org</a><!-- m -->'
+'ep text.http://thisdomain.org'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #402 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #402 ('ep text.http://thisdomain.org/', 'ep text.<!-- m --><a class="postlink" href="http://thisdomain.org/">http://thisdomain.org/</a><!-- m -->')
Making text clickable: ep text.http://thisdomain.org/
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'ep text.<!-- m --><a class="postlink" href="http://thisdomain.org/">http://thisdomain.org/</a><!-- m -->'
+'ep text.http://thisdomain.org/'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #406 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #406 ('ep text.http://example.com
 ns', 'ep text.<!-- m --><a class="postlink" href="http://example.com">http://example.com</a><!-- m -->
 ns')
Making text clickable: ep text.http://example.com
 ns
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #407 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #407 ('ep text.http://example.com/
 ns', 'ep text.<!-- m --><a class="postlink" href="http://example.com/">http://example.com/</a><!-- m -->
 ns')
Making text clickable: ep text.http://example.com/
 ns
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #408 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #408 ('ep text.http://example.com/path?query=abc
 ns', 'ep text.<!-- m --><a class="postlink" href="http://example.com/path?query=abc">http://example.com/path?query=abc</a><!-- m -->
 ns')
Making text clickable: ep text.http://example.com/path?query=abc
 ns
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #409 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #409 ('ep text.http://example.com/1
 ns', 'ep text.<!-- m --><a class="postlink" href="http://example.com/1">http://example.com/1</a><!-- m -->
 ns')
Making text clickable: ep text.http://example.com/1
 ns
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #410 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #410 ('ep text.http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1
 ns', 'ep text.<!-- m --><a class="postlink" href="http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1">http://example.com/some/very/long/path/ ... uery&amp;too=1</a><!-- m -->
 ns')
Making text clickable: ep text.http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1
 ns
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #411 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #411 ('ep text.http://localhost
 ns', 'ep text.<!-- m --><a class="postlink" href="http://localhost">http://localhost</a><!-- m -->
 ns')
Making text clickable: ep text.http://localhost
 ns
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #412 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #412 ('ep text.http://localhost/#abc
 ns', 'ep text.<!-- m --><a class="postlink" href="http://localhost/#abc">http://localhost/#abc</a><!-- m -->
 ns')
Making text clickable: ep text.http://localhost/#abc
 ns
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #415 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #415 ('ep text.http://thisdomain.org
 ns', 'ep text.<!-- m --><a class="postlink" href="http://thisdomain.org">http://thisdomain.org</a><!-- m -->
 ns')
Making text clickable: ep text.http://thisdomain.org
 ns
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #416 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #416 ('ep text.http://thisdomain.org/
 ns', 'ep text.<!-- m --><a class="postlink" href="http://thisdomain.org/">http://thisdomain.org/</a><!-- m -->
 ns')
Making text clickable: ep text.http://thisdomain.org/
 ns
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #42 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #42 ('http://example.com&gt;cs text', '<!-- m --><a class="postlink" href="http://example.com">http://example.com</a><!-- m -->&gt;cs text')
Making text clickable: http://example.com&gt;cs text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'<!-- m --><a class="postlink" href="http://example.com">http://example.com</a><!-- m -->&gt;cs text'
+'http://example.com&gt;cs text'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #420 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #420 ('ep text.http://example.com bs text.', 'ep text.<!-- m --><a class="postlink" href="http://example.com">http://example.com</a><!-- m --> bs text.')
Making text clickable: ep text.http://example.com bs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'ep text.<!-- m --><a class="postlink" href="http://example.com">http://example.com</a><!-- m --> bs text.'
+'ep text.http://example.com bs text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #421 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #421 ('ep text.http://example.com/ bs text.', 'ep text.<!-- m --><a class="postlink" href="http://example.com/">http://example.com/</a><!-- m --> bs text.')
Making text clickable: ep text.http://example.com/ bs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'ep text.<!-- m --><a class="postlink" href="http://example.com/">http://example.com/</a><!-- m --> bs text.'
+'ep text.http://example.com/ bs text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #422 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #422 ('ep text.http://example.com/path?query=abc bs text.', 'ep text.<!-- m --><a class="postlink" href="http://example.com/path?query=abc">http://example.com/path?query=abc</a><!-- m --> bs text.')
Making text clickable: ep text.http://example.com/path?query=abc bs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'ep text.<!-- m --><a class="postlink" href="http://example.com/path?query=abc">http://example.com/path?query=abc</a><!-- m --> bs text.'
+'ep text.http://example.com/path?query=abc bs text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #423 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #423 ('ep text.http://example.com/1 bs text.', 'ep text.<!-- m --><a class="postlink" href="http://example.com/1">http://example.com/1</a><!-- m --> bs text.')
Making text clickable: ep text.http://example.com/1 bs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'ep text.<!-- m --><a class="postlink" href="http://example.com/1">http://example.com/1</a><!-- m --> bs text.'
+'ep text.http://example.com/1 bs text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #424 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #424 ('ep text.http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1 bs text.', 'ep text.<!-- m --><a class="postlink" href="http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1">http://example.com/some/very/long/path/ ... uery&amp;too=1</a><!-- m --> bs text.')
Making text clickable: ep text.http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1 bs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'ep text.<!-- m --><a class="postlink" href="http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1">http://example.com/some/very/long/path/ ... uery&amp;too=1</a><!-- m --> bs text.'
+'ep text.http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1 bs text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #425 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #425 ('ep text.http://localhost bs text.', 'ep text.<!-- m --><a class="postlink" href="http://localhost">http://localhost</a><!-- m --> bs text.')
Making text clickable: ep text.http://localhost bs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'ep text.<!-- m --><a class="postlink" href="http://localhost">http://localhost</a><!-- m --> bs text.'
+'ep text.http://localhost bs text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #426 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #426 ('ep text.http://localhost/#abc bs text.', 'ep text.<!-- m --><a class="postlink" href="http://localhost/#abc">http://localhost/#abc</a><!-- m --> bs text.')
Making text clickable: ep text.http://localhost/#abc bs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'ep text.<!-- m --><a class="postlink" href="http://localhost/#abc">http://localhost/#abc</a><!-- m --> bs text.'
+'ep text.http://localhost/#abc bs text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #429 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #429 ('ep text.http://thisdomain.org bs text.', 'ep text.<!-- m --><a class="postlink" href="http://thisdomain.org">http://thisdomain.org</a><!-- m --> bs text.')
Making text clickable: ep text.http://thisdomain.org bs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'ep text.<!-- m --><a class="postlink" href="http://thisdomain.org">http://thisdomain.org</a><!-- m --> bs text.'
+'ep text.http://thisdomain.org bs text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #43 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #43 ('http://example.com/&gt;cs text', '<!-- m --><a class="postlink" href="http://example.com/">http://example.com/</a><!-- m -->&gt;cs text')
Making text clickable: http://example.com/&gt;cs text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'<!-- m --><a class="postlink" href="http://example.com/">http://example.com/</a><!-- m -->&gt;cs text'
+'http://example.com/&gt;cs text'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #430 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #430 ('ep text.http://thisdomain.org/ bs text.', 'ep text.<!-- m --><a class="postlink" href="http://thisdomain.org/">http://thisdomain.org/</a><!-- m --> bs text.')
Making text clickable: ep text.http://thisdomain.org/ bs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'ep text.<!-- m --><a class="postlink" href="http://thisdomain.org/">http://thisdomain.org/</a><!-- m --> bs text.'
+'ep text.http://thisdomain.org/ bs text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #434 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #434 ('ep text.http://example.com&gt;cs text', 'ep text.<!-- m --><a class="postlink" href="http://example.com">http://example.com</a><!-- m -->&gt;cs text')
Making text clickable: ep text.http://example.com&gt;cs text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'ep text.<!-- m --><a class="postlink" href="http://example.com">http://example.com</a><!-- m -->&gt;cs text'
+'ep text.http://example.com&gt;cs text'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #435 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #435 ('ep text.http://example.com/&gt;cs text', 'ep text.<!-- m --><a class="postlink" href="http://example.com/">http://example.com/</a><!-- m -->&gt;cs text')
Making text clickable: ep text.http://example.com/&gt;cs text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'ep text.<!-- m --><a class="postlink" href="http://example.com/">http://example.com/</a><!-- m -->&gt;cs text'
+'ep text.http://example.com/&gt;cs text'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #436 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #436 ('ep text.http://example.com/path?query=abc&gt;cs text', 'ep text.<!-- m --><a class="postlink" href="http://example.com/path?query=abc">http://example.com/path?query=abc</a><!-- m -->&gt;cs text')
Making text clickable: ep text.http://example.com/path?query=abc&gt;cs text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'ep text.<!-- m --><a class="postlink" href="http://example.com/path?query=abc">http://example.com/path?query=abc</a><!-- m -->&gt;cs text'
+'ep text.http://example.com/path?query=abc&gt;cs text'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #437 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #437 ('ep text.http://example.com/1&gt;cs text', 'ep text.<!-- m --><a class="postlink" href="http://example.com/1">http://example.com/1</a><!-- m -->&gt;cs text')
Making text clickable: ep text.http://example.com/1&gt;cs text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'ep text.<!-- m --><a class="postlink" href="http://example.com/1">http://example.com/1</a><!-- m -->&gt;cs text'
+'ep text.http://example.com/1&gt;cs text'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #438 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #438 ('ep text.http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1&gt;cs text', 'ep text.<!-- m --><a class="postlink" href="http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1">http://example.com/some/very/long/path/ ... uery&amp;too=1</a><!-- m -->&gt;cs text')
Making text clickable: ep text.http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1&gt;cs text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'ep text.<!-- m --><a class="postlink" href="http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1">http://example.com/some/very/long/path/ ... uery&amp;too=1</a><!-- m -->&gt;cs text'
+'ep text.http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1&gt;cs text'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #439 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #439 ('ep text.http://localhost&gt;cs text', 'ep text.<!-- m --><a class="postlink" href="http://localhost">http://localhost</a><!-- m -->&gt;cs text')
Making text clickable: ep text.http://localhost&gt;cs text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'ep text.<!-- m --><a class="postlink" href="http://localhost">http://localhost</a><!-- m -->&gt;cs text'
+'ep text.http://localhost&gt;cs text'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #44 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #44 ('http://example.com/path?query=abc&gt;cs text', '<!-- m --><a class="postlink" href="http://example.com/path?query=abc">http://example.com/path?query=abc</a><!-- m -->&gt;cs text')
Making text clickable: http://example.com/path?query=abc&gt;cs text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'<!-- m --><a class="postlink" href="http://example.com/path?query=abc">http://example.com/path?query=abc</a><!-- m -->&gt;cs text'
+'http://example.com/path?query=abc&gt;cs text'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #440 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #440 ('ep text.http://localhost/#abc&gt;cs text', 'ep text.<!-- m --><a class="postlink" href="http://localhost/#abc">http://localhost/#abc</a><!-- m -->&gt;cs text')
Making text clickable: ep text.http://localhost/#abc&gt;cs text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'ep text.<!-- m --><a class="postlink" href="http://localhost/#abc">http://localhost/#abc</a><!-- m -->&gt;cs text'
+'ep text.http://localhost/#abc&gt;cs text'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #443 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #443 ('ep text.http://thisdomain.org&gt;cs text', 'ep text.<!-- m --><a class="postlink" href="http://thisdomain.org">http://thisdomain.org</a><!-- m -->&gt;cs text')
Making text clickable: ep text.http://thisdomain.org&gt;cs text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'ep text.<!-- m --><a class="postlink" href="http://thisdomain.org">http://thisdomain.org</a><!-- m -->&gt;cs text'
+'ep text.http://thisdomain.org&gt;cs text'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #444 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #444 ('ep text.http://thisdomain.org/&gt;cs text', 'ep text.<!-- m --><a class="postlink" href="http://thisdomain.org/">http://thisdomain.org/</a><!-- m -->&gt;cs text')
Making text clickable: ep text.http://thisdomain.org/&gt;cs text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'ep text.<!-- m --><a class="postlink" href="http://thisdomain.org/">http://thisdomain.org/</a><!-- m -->&gt;cs text'
+'ep text.http://thisdomain.org/&gt;cs text'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #448 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #448 ('ep text.http://example.com&quot;ds text', 'ep text.<!-- m --><a class="postlink" href="http://example.com">http://example.com</a><!-- m -->&quot;ds text')
Making text clickable: ep text.http://example.com&quot;ds text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'ep text.<!-- m --><a class="postlink" href="http://example.com">http://example.com</a><!-- m -->&quot;ds text'
+'ep text.http://example.com&quot;ds text'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #449 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #449 ('ep text.http://example.com/&quot;ds text', 'ep text.<!-- m --><a class="postlink" href="http://example.com/">http://example.com/</a><!-- m -->&quot;ds text')
Making text clickable: ep text.http://example.com/&quot;ds text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'ep text.<!-- m --><a class="postlink" href="http://example.com/">http://example.com/</a><!-- m -->&quot;ds text'
+'ep text.http://example.com/&quot;ds text'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #45 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #45 ('http://example.com/1&gt;cs text', '<!-- m --><a class="postlink" href="http://example.com/1">http://example.com/1</a><!-- m -->&gt;cs text')
Making text clickable: http://example.com/1&gt;cs text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'<!-- m --><a class="postlink" href="http://example.com/1">http://example.com/1</a><!-- m -->&gt;cs text'
+'http://example.com/1&gt;cs text'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #450 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #450 ('ep text.http://example.com/path?query=abc&quot;ds text', 'ep text.<!-- m --><a class="postlink" href="http://example.com/path?query=abc">http://example.com/path?query=abc</a><!-- m -->&quot;ds text')
Making text clickable: ep text.http://example.com/path?query=abc&quot;ds text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'ep text.<!-- m --><a class="postlink" href="http://example.com/path?query=abc">http://example.com/path?query=abc</a><!-- m -->&quot;ds text'
+'ep text.http://example.com/path?query=abc&quot;ds text'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #451 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #451 ('ep text.http://example.com/1&quot;ds text', 'ep text.<!-- m --><a class="postlink" href="http://example.com/1">http://example.com/1</a><!-- m -->&quot;ds text')
Making text clickable: ep text.http://example.com/1&quot;ds text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'ep text.<!-- m --><a class="postlink" href="http://example.com/1">http://example.com/1</a><!-- m -->&quot;ds text'
+'ep text.http://example.com/1&quot;ds text'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #452 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #452 ('ep text.http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1&quot;ds text', 'ep text.<!-- m --><a class="postlink" href="http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1">http://example.com/some/very/long/path/ ... uery&amp;too=1</a><!-- m -->&quot;ds text')
Making text clickable: ep text.http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1&quot;ds text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'ep text.<!-- m --><a class="postlink" href="http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1">http://example.com/some/very/long/path/ ... uery&amp;too=1</a><!-- m -->&quot;ds text'
+'ep text.http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1&quot;ds text'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #453 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #453 ('ep text.http://localhost&quot;ds text', 'ep text.<!-- m --><a class="postlink" href="http://localhost">http://localhost</a><!-- m -->&quot;ds text')
Making text clickable: ep text.http://localhost&quot;ds text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'ep text.<!-- m --><a class="postlink" href="http://localhost">http://localhost</a><!-- m -->&quot;ds text'
+'ep text.http://localhost&quot;ds text'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #454 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #454 ('ep text.http://localhost/#abc&quot;ds text', 'ep text.<!-- m --><a class="postlink" href="http://localhost/#abc">http://localhost/#abc</a><!-- m -->&quot;ds text')
Making text clickable: ep text.http://localhost/#abc&quot;ds text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'ep text.<!-- m --><a class="postlink" href="http://localhost/#abc">http://localhost/#abc</a><!-- m -->&quot;ds text'
+'ep text.http://localhost/#abc&quot;ds text'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #457 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #457 ('ep text.http://thisdomain.org&quot;ds text', 'ep text.<!-- m --><a class="postlink" href="http://thisdomain.org">http://thisdomain.org</a><!-- m -->&quot;ds text')
Making text clickable: ep text.http://thisdomain.org&quot;ds text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'ep text.<!-- m --><a class="postlink" href="http://thisdomain.org">http://thisdomain.org</a><!-- m -->&quot;ds text'
+'ep text.http://thisdomain.org&quot;ds text'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #458 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #458 ('ep text.http://thisdomain.org/&quot;ds text', 'ep text.<!-- m --><a class="postlink" href="http://thisdomain.org/">http://thisdomain.org/</a><!-- m -->&quot;ds text')
Making text clickable: ep text.http://thisdomain.org/&quot;ds text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'ep text.<!-- m --><a class="postlink" href="http://thisdomain.org/">http://thisdomain.org/</a><!-- m -->&quot;ds text'
+'ep text.http://thisdomain.org/&quot;ds text'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #46 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #46 ('http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1&gt;cs text', '<!-- m --><a class="postlink" href="http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1">http://example.com/some/very/long/path/ ... uery&amp;too=1</a><!-- m -->&gt;cs text')
Making text clickable: http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1&gt;cs text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'<!-- m --><a class="postlink" href="http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1">http://example.com/some/very/long/path/ ... uery&amp;too=1</a><!-- m -->&gt;cs text'
+'http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1&gt;cs text'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #462 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #462 ('ep text.http://example.com. es text.', 'ep text.<!-- m --><a class="postlink" href="http://example.com">http://example.com</a><!-- m -->. es text.')
Making text clickable: ep text.http://example.com. es text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'ep text.<!-- m --><a class="postlink" href="http://example.com">http://example.com</a><!-- m -->. es text.'
+'ep text.http://example.com. es text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #463 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #463 ('ep text.http://example.com/. es text.', 'ep text.<!-- m --><a class="postlink" href="http://example.com/">http://example.com/</a><!-- m -->. es text.')
Making text clickable: ep text.http://example.com/. es text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'ep text.<!-- m --><a class="postlink" href="http://example.com/">http://example.com/</a><!-- m -->. es text.'
+'ep text.http://example.com/. es text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #464 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #464 ('ep text.http://example.com/path?query=abc. es text.', 'ep text.<!-- m --><a class="postlink" href="http://example.com/path?query=abc">http://example.com/path?query=abc</a><!-- m -->. es text.')
Making text clickable: ep text.http://example.com/path?query=abc. es text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'ep text.<!-- m --><a class="postlink" href="http://example.com/path?query=abc">http://example.com/path?query=abc</a><!-- m -->. es text.'
+'ep text.http://example.com/path?query=abc. es text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #465 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #465 ('ep text.http://example.com/1. es text.', 'ep text.<!-- m --><a class="postlink" href="http://example.com/1">http://example.com/1</a><!-- m -->. es text.')
Making text clickable: ep text.http://example.com/1. es text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'ep text.<!-- m --><a class="postlink" href="http://example.com/1">http://example.com/1</a><!-- m -->. es text.'
+'ep text.http://example.com/1. es text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #466 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #466 ('ep text.http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1. es text.', 'ep text.<!-- m --><a class="postlink" href="http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1">http://example.com/some/very/long/path/ ... uery&amp;too=1</a><!-- m -->. es text.')
Making text clickable: ep text.http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1. es text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'ep text.<!-- m --><a class="postlink" href="http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1">http://example.com/some/very/long/path/ ... uery&amp;too=1</a><!-- m -->. es text.'
+'ep text.http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1. es text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #467 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #467 ('ep text.http://localhost. es text.', 'ep text.<!-- m --><a class="postlink" href="http://localhost">http://localhost</a><!-- m -->. es text.')
Making text clickable: ep text.http://localhost. es text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'ep text.<!-- m --><a class="postlink" href="http://localhost">http://localhost</a><!-- m -->. es text.'
+'ep text.http://localhost. es text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #468 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #468 ('ep text.http://localhost/#abc. es text.', 'ep text.<!-- m --><a class="postlink" href="http://localhost/#abc">http://localhost/#abc</a><!-- m -->. es text.')
Making text clickable: ep text.http://localhost/#abc. es text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'ep text.<!-- m --><a class="postlink" href="http://localhost/#abc">http://localhost/#abc</a><!-- m -->. es text.'
+'ep text.http://localhost/#abc. es text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #47 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #47 ('http://localhost&gt;cs text', '<!-- m --><a class="postlink" href="http://localhost">http://localhost</a><!-- m -->&gt;cs text')
Making text clickable: http://localhost&gt;cs text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'<!-- m --><a class="postlink" href="http://localhost">http://localhost</a><!-- m -->&gt;cs text'
+'http://localhost&gt;cs text'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #471 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #471 ('ep text.http://thisdomain.org. es text.', 'ep text.<!-- m --><a class="postlink" href="http://thisdomain.org">http://thisdomain.org</a><!-- m -->. es text.')
Making text clickable: ep text.http://thisdomain.org. es text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'ep text.<!-- m --><a class="postlink" href="http://thisdomain.org">http://thisdomain.org</a><!-- m -->. es text.'
+'ep text.http://thisdomain.org. es text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #472 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #472 ('ep text.http://thisdomain.org/. es text.', 'ep text.<!-- m --><a class="postlink" href="http://thisdomain.org/">http://thisdomain.org/</a><!-- m -->. es text.')
Making text clickable: ep text.http://thisdomain.org/. es text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'ep text.<!-- m --><a class="postlink" href="http://thisdomain.org/">http://thisdomain.org/</a><!-- m -->. es text.'
+'ep text.http://thisdomain.org/. es text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #476 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #476 ('ep text.http://example.com, fs text.', 'ep text.<!-- m --><a class="postlink" href="http://example.com">http://example.com</a><!-- m -->, fs text.')
Making text clickable: ep text.http://example.com, fs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'ep text.<!-- m --><a class="postlink" href="http://example.com">http://example.com</a><!-- m -->, fs text.'
+'ep text.http://example.com, fs text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #477 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #477 ('ep text.http://example.com/, fs text.', 'ep text.<!-- m --><a class="postlink" href="http://example.com/">http://example.com/</a><!-- m -->, fs text.')
Making text clickable: ep text.http://example.com/, fs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'ep text.<!-- m --><a class="postlink" href="http://example.com/">http://example.com/</a><!-- m -->, fs text.'
+'ep text.http://example.com/, fs text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #478 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #478 ('ep text.http://example.com/path?query=abc, fs text.', 'ep text.<!-- m --><a class="postlink" href="http://example.com/path?query=abc">http://example.com/path?query=abc</a><!-- m -->, fs text.')
Making text clickable: ep text.http://example.com/path?query=abc, fs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'ep text.<!-- m --><a class="postlink" href="http://example.com/path?query=abc">http://example.com/path?query=abc</a><!-- m -->, fs text.'
+'ep text.http://example.com/path?query=abc, fs text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #479 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #479 ('ep text.http://example.com/1, fs text.', 'ep text.<!-- m --><a class="postlink" href="http://example.com/1">http://example.com/1</a><!-- m -->, fs text.')
Making text clickable: ep text.http://example.com/1, fs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'ep text.<!-- m --><a class="postlink" href="http://example.com/1">http://example.com/1</a><!-- m -->, fs text.'
+'ep text.http://example.com/1, fs text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #48 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #48 ('http://localhost/#abc&gt;cs text', '<!-- m --><a class="postlink" href="http://localhost/#abc">http://localhost/#abc</a><!-- m -->&gt;cs text')
Making text clickable: http://localhost/#abc&gt;cs text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'<!-- m --><a class="postlink" href="http://localhost/#abc">http://localhost/#abc</a><!-- m -->&gt;cs text'
+'http://localhost/#abc&gt;cs text'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #480 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #480 ('ep text.http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1, fs text.', 'ep text.<!-- m --><a class="postlink" href="http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1">http://example.com/some/very/long/path/ ... uery&amp;too=1</a><!-- m -->, fs text.')
Making text clickable: ep text.http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1, fs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'ep text.<!-- m --><a class="postlink" href="http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1">http://example.com/some/very/long/path/ ... uery&amp;too=1</a><!-- m -->, fs text.'
+'ep text.http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1, fs text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #481 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #481 ('ep text.http://localhost, fs text.', 'ep text.<!-- m --><a class="postlink" href="http://localhost">http://localhost</a><!-- m -->, fs text.')
Making text clickable: ep text.http://localhost, fs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'ep text.<!-- m --><a class="postlink" href="http://localhost">http://localhost</a><!-- m -->, fs text.'
+'ep text.http://localhost, fs text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #482 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #482 ('ep text.http://localhost/#abc, fs text.', 'ep text.<!-- m --><a class="postlink" href="http://localhost/#abc">http://localhost/#abc</a><!-- m -->, fs text.')
Making text clickable: ep text.http://localhost/#abc, fs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'ep text.<!-- m --><a class="postlink" href="http://localhost/#abc">http://localhost/#abc</a><!-- m -->, fs text.'
+'ep text.http://localhost/#abc, fs text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #485 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #485 ('ep text.http://thisdomain.org, fs text.', 'ep text.<!-- m --><a class="postlink" href="http://thisdomain.org">http://thisdomain.org</a><!-- m -->, fs text.')
Making text clickable: ep text.http://thisdomain.org, fs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'ep text.<!-- m --><a class="postlink" href="http://thisdomain.org">http://thisdomain.org</a><!-- m -->, fs text.'
+'ep text.http://thisdomain.org, fs text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #486 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #486 ('ep text.http://thisdomain.org/, fs text.', 'ep text.<!-- m --><a class="postlink" href="http://thisdomain.org/">http://thisdomain.org/</a><!-- m -->, fs text.')
Making text clickable: ep text.http://thisdomain.org/, fs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'ep text.<!-- m --><a class="postlink" href="http://thisdomain.org/">http://thisdomain.org/</a><!-- m -->, fs text.'
+'ep text.http://thisdomain.org/, fs text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #5 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #5 ('http://localhost', '<!-- m --><a class="postlink" href="http://localhost">http://localhost</a><!-- m -->')
Making text clickable: http://localhost
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'<!-- m --><a class="postlink" href="http://localhost">http://localhost</a><!-- m -->'
+'http://localhost'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #51 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #51 ('http://thisdomain.org&gt;cs text', '<!-- m --><a class="postlink" href="http://thisdomain.org">http://thisdomain.org</a><!-- m -->&gt;cs text')
Making text clickable: http://thisdomain.org&gt;cs text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'<!-- m --><a class="postlink" href="http://thisdomain.org">http://thisdomain.org</a><!-- m -->&gt;cs text'
+'http://thisdomain.org&gt;cs text'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #52 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #52 ('http://thisdomain.org/&gt;cs text', '<!-- m --><a class="postlink" href="http://thisdomain.org/">http://thisdomain.org/</a><!-- m -->&gt;cs text')
Making text clickable: http://thisdomain.org/&gt;cs text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'<!-- m --><a class="postlink" href="http://thisdomain.org/">http://thisdomain.org/</a><!-- m -->&gt;cs text'
+'http://thisdomain.org/&gt;cs text'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #56 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #56 ('http://example.com&quot;ds text', '<!-- m --><a class="postlink" href="http://example.com">http://example.com</a><!-- m -->&quot;ds text')
Making text clickable: http://example.com&quot;ds text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'<!-- m --><a class="postlink" href="http://example.com">http://example.com</a><!-- m -->&quot;ds text'
+'http://example.com&quot;ds text'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #57 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #57 ('http://example.com/&quot;ds text', '<!-- m --><a class="postlink" href="http://example.com/">http://example.com/</a><!-- m -->&quot;ds text')
Making text clickable: http://example.com/&quot;ds text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'<!-- m --><a class="postlink" href="http://example.com/">http://example.com/</a><!-- m -->&quot;ds text'
+'http://example.com/&quot;ds text'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #58 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #58 ('http://example.com/path?query=abc&quot;ds text', '<!-- m --><a class="postlink" href="http://example.com/path?query=abc">http://example.com/path?query=abc</a><!-- m -->&quot;ds text')
Making text clickable: http://example.com/path?query=abc&quot;ds text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'<!-- m --><a class="postlink" href="http://example.com/path?query=abc">http://example.com/path?query=abc</a><!-- m -->&quot;ds text'
+'http://example.com/path?query=abc&quot;ds text'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #59 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #59 ('http://example.com/1&quot;ds text', '<!-- m --><a class="postlink" href="http://example.com/1">http://example.com/1</a><!-- m -->&quot;ds text')
Making text clickable: http://example.com/1&quot;ds text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'<!-- m --><a class="postlink" href="http://example.com/1">http://example.com/1</a><!-- m -->&quot;ds text'
+'http://example.com/1&quot;ds text'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #6 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #6 ('http://localhost/#abc', '<!-- m --><a class="postlink" href="http://localhost/#abc">http://localhost/#abc</a><!-- m -->')
Making text clickable: http://localhost/#abc
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'<!-- m --><a class="postlink" href="http://localhost/#abc">http://localhost/#abc</a><!-- m -->'
+'http://localhost/#abc'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #60 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #60 ('http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1&quot;ds text', '<!-- m --><a class="postlink" href="http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1">http://example.com/some/very/long/path/ ... uery&amp;too=1</a><!-- m -->&quot;ds text')
Making text clickable: http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1&quot;ds text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'<!-- m --><a class="postlink" href="http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1">http://example.com/some/very/long/path/ ... uery&amp;too=1</a><!-- m -->&quot;ds text'
+'http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1&quot;ds text'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #61 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #61 ('http://localhost&quot;ds text', '<!-- m --><a class="postlink" href="http://localhost">http://localhost</a><!-- m -->&quot;ds text')
Making text clickable: http://localhost&quot;ds text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'<!-- m --><a class="postlink" href="http://localhost">http://localhost</a><!-- m -->&quot;ds text'
+'http://localhost&quot;ds text'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #62 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #62 ('http://localhost/#abc&quot;ds text', '<!-- m --><a class="postlink" href="http://localhost/#abc">http://localhost/#abc</a><!-- m -->&quot;ds text')
Making text clickable: http://localhost/#abc&quot;ds text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'<!-- m --><a class="postlink" href="http://localhost/#abc">http://localhost/#abc</a><!-- m -->&quot;ds text'
+'http://localhost/#abc&quot;ds text'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #65 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #65 ('http://thisdomain.org&quot;ds text', '<!-- m --><a class="postlink" href="http://thisdomain.org">http://thisdomain.org</a><!-- m -->&quot;ds text')
Making text clickable: http://thisdomain.org&quot;ds text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'<!-- m --><a class="postlink" href="http://thisdomain.org">http://thisdomain.org</a><!-- m -->&quot;ds text'
+'http://thisdomain.org&quot;ds text'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #66 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #66 ('http://thisdomain.org/&quot;ds text', '<!-- m --><a class="postlink" href="http://thisdomain.org/">http://thisdomain.org/</a><!-- m -->&quot;ds text')
Making text clickable: http://thisdomain.org/&quot;ds text
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'<!-- m --><a class="postlink" href="http://thisdomain.org/">http://thisdomain.org/</a><!-- m -->&quot;ds text'
+'http://thisdomain.org/&quot;ds text'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #70 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #70 ('http://example.com. es text.', '<!-- m --><a class="postlink" href="http://example.com">http://example.com</a><!-- m -->. es text.')
Making text clickable: http://example.com. es text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'<!-- m --><a class="postlink" href="http://example.com">http://example.com</a><!-- m -->. es text.'
+'http://example.com. es text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #71 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #71 ('http://example.com/. es text.', '<!-- m --><a class="postlink" href="http://example.com/">http://example.com/</a><!-- m -->. es text.')
Making text clickable: http://example.com/. es text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'<!-- m --><a class="postlink" href="http://example.com/">http://example.com/</a><!-- m -->. es text.'
+'http://example.com/. es text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #72 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #72 ('http://example.com/path?query=abc. es text.', '<!-- m --><a class="postlink" href="http://example.com/path?query=abc">http://example.com/path?query=abc</a><!-- m -->. es text.')
Making text clickable: http://example.com/path?query=abc. es text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'<!-- m --><a class="postlink" href="http://example.com/path?query=abc">http://example.com/path?query=abc</a><!-- m -->. es text.'
+'http://example.com/path?query=abc. es text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #73 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #73 ('http://example.com/1. es text.', '<!-- m --><a class="postlink" href="http://example.com/1">http://example.com/1</a><!-- m -->. es text.')
Making text clickable: http://example.com/1. es text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'<!-- m --><a class="postlink" href="http://example.com/1">http://example.com/1</a><!-- m -->. es text.'
+'http://example.com/1. es text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #74 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #74 ('http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1. es text.', '<!-- m --><a class="postlink" href="http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1">http://example.com/some/very/long/path/ ... uery&amp;too=1</a><!-- m -->. es text.')
Making text clickable: http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1. es text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'<!-- m --><a class="postlink" href="http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1">http://example.com/some/very/long/path/ ... uery&amp;too=1</a><!-- m -->. es text.'
+'http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1. es text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #75 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #75 ('http://localhost. es text.', '<!-- m --><a class="postlink" href="http://localhost">http://localhost</a><!-- m -->. es text.')
Making text clickable: http://localhost. es text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'<!-- m --><a class="postlink" href="http://localhost">http://localhost</a><!-- m -->. es text.'
+'http://localhost. es text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #76 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #76 ('http://localhost/#abc. es text.', '<!-- m --><a class="postlink" href="http://localhost/#abc">http://localhost/#abc</a><!-- m -->. es text.')
Making text clickable: http://localhost/#abc. es text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'<!-- m --><a class="postlink" href="http://localhost/#abc">http://localhost/#abc</a><!-- m -->. es text.'
+'http://localhost/#abc. es text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #79 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #79 ('http://thisdomain.org. es text.', '<!-- m --><a class="postlink" href="http://thisdomain.org">http://thisdomain.org</a><!-- m -->. es text.')
Making text clickable: http://thisdomain.org. es text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'<!-- m --><a class="postlink" href="http://thisdomain.org">http://thisdomain.org</a><!-- m -->. es text.'
+'http://thisdomain.org. es text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #80 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #80 ('http://thisdomain.org/. es text.', '<!-- m --><a class="postlink" href="http://thisdomain.org/">http://thisdomain.org/</a><!-- m -->. es text.')
Making text clickable: http://thisdomain.org/. es text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'<!-- m --><a class="postlink" href="http://thisdomain.org/">http://thisdomain.org/</a><!-- m -->. es text.'
+'http://thisdomain.org/. es text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #84 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #84 ('http://example.com, fs text.', '<!-- m --><a class="postlink" href="http://example.com">http://example.com</a><!-- m -->, fs text.')
Making text clickable: http://example.com, fs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'<!-- m --><a class="postlink" href="http://example.com">http://example.com</a><!-- m -->, fs text.'
+'http://example.com, fs text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #85 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #85 ('http://example.com/, fs text.', '<!-- m --><a class="postlink" href="http://example.com/">http://example.com/</a><!-- m -->, fs text.')
Making text clickable: http://example.com/, fs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'<!-- m --><a class="postlink" href="http://example.com/">http://example.com/</a><!-- m -->, fs text.'
+'http://example.com/, fs text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #86 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #86 ('http://example.com/path?query=abc, fs text.', '<!-- m --><a class="postlink" href="http://example.com/path?query=abc">http://example.com/path?query=abc</a><!-- m -->, fs text.')
Making text clickable: http://example.com/path?query=abc, fs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'<!-- m --><a class="postlink" href="http://example.com/path?query=abc">http://example.com/path?query=abc</a><!-- m -->, fs text.'
+'http://example.com/path?query=abc, fs text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #87 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #87 ('http://example.com/1, fs text.', '<!-- m --><a class="postlink" href="http://example.com/1">http://example.com/1</a><!-- m -->, fs text.')
Making text clickable: http://example.com/1, fs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'<!-- m --><a class="postlink" href="http://example.com/1">http://example.com/1</a><!-- m -->, fs text.'
+'http://example.com/1, fs text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #88 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #88 ('http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1, fs text.', '<!-- m --><a class="postlink" href="http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1">http://example.com/some/very/long/path/ ... uery&amp;too=1</a><!-- m -->, fs text.')
Making text clickable: http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1, fs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'<!-- m --><a class="postlink" href="http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1">http://example.com/some/very/long/path/ ... uery&amp;too=1</a><!-- m -->, fs text.'
+'http://example.com/some/very/long/path/with/over/55/characters?and=a&amp;long=query&amp;too=1, fs text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #89 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #89 ('http://localhost, fs text.', '<!-- m --><a class="postlink" href="http://localhost">http://localhost</a><!-- m -->, fs text.')
Making text clickable: http://localhost, fs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'<!-- m --><a class="postlink" href="http://localhost">http://localhost</a><!-- m -->, fs text.'
+'http://localhost, fs text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #9 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #9 ('http://thisdomain.org', '<!-- m --><a class="postlink" href="http://thisdomain.org">http://thisdomain.org</a><!-- m -->')
Making text clickable: http://thisdomain.org
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'<!-- m --><a class="postlink" href="http://thisdomain.org">http://thisdomain.org</a><!-- m -->'
+'http://thisdomain.org'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #90 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #90 ('http://localhost/#abc, fs text.', '<!-- m --><a class="postlink" href="http://localhost/#abc">http://localhost/#abc</a><!-- m -->, fs text.')
Making text clickable: http://localhost/#abc, fs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'<!-- m --><a class="postlink" href="http://localhost/#abc">http://localhost/#abc</a><!-- m -->, fs text.'
+'http://localhost/#abc, fs text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #93 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #93 ('http://thisdomain.org, fs text.', '<!-- m --><a class="postlink" href="http://thisdomain.org">http://thisdomain.org</a><!-- m -->, fs text.')
Making text clickable: http://thisdomain.org, fs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'<!-- m --><a class="postlink" href="http://thisdomain.org">http://thisdomain.org</a><!-- m -->, fs text.'
+'http://thisdomain.org, fs text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #94 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #94 ('http://thisdomain.org/, fs text.', '<!-- m --><a class="postlink" href="http://thisdomain.org/">http://thisdomain.org/</a><!-- m -->, fs text.')
Making text clickable: http://thisdomain.org/, fs text.
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'<!-- m --><a class="postlink" href="http://thisdomain.org/">http://thisdomain.org/</a><!-- m -->, fs text.'
+'http://thisdomain.org/, fs text.'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #98 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #98 ('np 
http://example.com', 'np 
<!-- m --><a class="postlink" href="http://example.com">http://example.com</a><!-- m -->')
Making text clickable: np 
http://example.com
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable test_make_clickable with data set #99 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable with data set #99 ('np 
http://example.com/', 'np 
<!-- m --><a class="postlink" href="http://example.com/">http://example.com/</a><!-- m -->')
Making text clickable: np 
http://example.com/
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(6 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable_mixed_serverurl test_make_clickable_mixed_serverurl with data set #0 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable_mixed_serverurl with data set #0 ('http://thisdomain.org', '<!-- m --><a class="postlink" href="http://thisdomain.org">http://thisdomain.org</a><!-- m -->')
Making text clickable: http://thisdomain.org
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'<!-- m --><a class="postlink" href="http://thisdomain.org">http://thisdomain.org</a><!-- m -->'
+'http://thisdomain.org'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable_mixed_serverurl test_make_clickable_mixed_serverurl with data set #1 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable_mixed_serverurl with data set #1 ('http://thisdomain.org/', '<!-- m --><a class="postlink" href="http://thisdomain.org/">http://thisdomain.org/</a><!-- m -->')
Making text clickable: http://thisdomain.org/
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'<!-- m --><a class="postlink" href="http://thisdomain.org/">http://thisdomain.org/</a><!-- m -->'
+'http://thisdomain.org/'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable_mixed_serverurl test_make_clickable_mixed_serverurl with data set #2 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable_mixed_serverurl with data set #2 ('http://thisdomain.org/1', '<!-- m --><a class="postlink" href="http://thisdomain.org/1">http://thisdomain.org/1</a><!-- m -->')
Making text clickable: http://thisdomain.org/1
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'<!-- m --><a class="postlink" href="http://thisdomain.org/1">http://thisdomain.org/1</a><!-- m -->'
+'http://thisdomain.org/1'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable_mixed_serverurl test_make_clickable_mixed_serverurl with data set #3 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable_mixed_serverurl with data set #3 ('http://thisdomain.org/path/some?query=abc#test', '<!-- m --><a class="postlink" href="http://thisdomain.org/path/some?query=abc#test">http://thisdomain.org/path/some?query=abc#test</a><!-- m -->')
Making text clickable: http://thisdomain.org/path/some?query=abc#test
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'<!-- m --><a class="postlink" href="http://thisdomain.org/path/some?query=abc#test">http://thisdomain.org/path/some?query=abc#test</a><!-- m -->'
+'http://thisdomain.org/path/some?query=abc#test'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable_mixed_serverurl test_make_clickable_mixed_serverurl with data set #4 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable_mixed_serverurl with data set #4 ('https://www.phpbb.com', '<!-- m --><a class="postlink" href="https://www.phpbb.com">https://www.phpbb.com</a><!-- m -->')
Making text clickable: https://www.phpbb.com
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'<!-- m --><a class="postlink" href="https://www.phpbb.com">https://www.phpbb.com</a><!-- m -->'
+'https://www.phpbb.com'
(2 more lines...)
Collapse Failed phpbb_text_processing_make_clickable_test::test_make_clickable_mixed_serverurl test_make_clickable_mixed_serverurl with data set #5 History
< 1 sec
phpbb_text_processing_make_clickable_test::test_make_clickable_mixed_serverurl with data set #5 ('https://www.phpbb.com/', '<!-- m --><a class="postlink" href="https://www.phpbb.com/">https://www.phpbb.com/</a><!-- m -->')
Making text clickable: https://www.phpbb.com/
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'<!-- m --><a class="postlink" href="https://www.phpbb.com/">https://www.phpbb.com/</a><!-- m -->'
+'https://www.phpbb.com/'
(2 more lines...)
Collapse Failed phpbb_url_bbcode_test::test_url test_url with data set #0 History
< 1 sec
phpbb_url_bbcode_test::test_url with data set #0 ('url only', '[url]http://www.phpbb.com/community/[/url]', '[url:]http&#58;//www&#46;phpbb&#46;com/community/[/url:]')
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'[url:]http&#58;//www&#46;phpbb&#46;com/community/[/url:]'
+'[url]http://www.phpbb.com/community/[/url]'

(1 more lines...)
Collapse Failed phpbb_url_bbcode_test::test_url test_url with data set #1 History
< 1 sec
phpbb_url_bbcode_test::test_url with data set #1 ('url with title', '[url=http://www.phpbb.com/community/]One line URL text[/url]', '[url=http&#58;//www&#46;phpbb&#46;com/community/:]One line URL text[/url:]')
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'[url=http&#58;//www&#46;phpbb&#46;com/community/:]One line URL text[/url:]'
+'[url=http://www.phpbb.com/community/]One line URL text[/url]'

(1 more lines...)
Collapse Failed phpbb_url_bbcode_test::test_url test_url with data set #2 History
< 1 sec
phpbb_url_bbcode_test::test_url with data set #2 ('url with multiline title', '[url=http://www.phpbb.com/community/]Multiline
URL
text[/url]', '[url=http&#58;//www&#46;phpbb&#46;com/community/:]Multiline
URL
text[/url:]')
Failed asserting that two strings are equal.
--- Expected
+++ Actual
(8 more lines...)
Collapse Failed phpbb_url_bbcode_test::test_url test_url with data set #3 History
< 1 sec
phpbb_url_bbcode_test::test_url with data set #3 ('unclosed url with multiline', 'test [url] test 
 test [url=http://www.phpbb.com/]test[/url] test', 'test [url] test 
 test [url=http&#58;//www&#46;phpbb&#46;com/:]test[/url:] test')
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
 'test [url] test 
(4 more lines...)
Collapse Failed phpbb_url_bbcode_test::test_url test_url with data set #4 History
< 1 sec
phpbb_url_bbcode_test::test_url with data set #4 ('unclosed url with multiline and title', 'test [url=http://www.phpbb.com/]test 
 [url]http://phpbb.com[/url] test', 'test [url=http&#58;//www&#46;phpbb&#46;com/:]test 
 [url]http://phpbb.com[/url:] test')
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'test [url=http&#58;//www&#46;phpbb&#46;com/:]test 
(5 more lines...)