mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
Merge pull request #3747 from rxu/ticket/13377
[ticket/13377] Fix decoding for www type URLs in function decode_message()
This commit is contained in:
@@ -38,6 +38,14 @@ class phpbb_text_processing_decode_message_test extends phpbb_test_case
|
||||
'<!-- s:) --><img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile" /><!-- s:) -->',
|
||||
':)'
|
||||
),
|
||||
array(
|
||||
'<!-- w --><a class="postlink" href="http://www.phpbb.com">www.phpbb.com</a><!-- w -->',
|
||||
'www.phpbb.com'
|
||||
),
|
||||
array(
|
||||
'<!-- m --><a class="postlink" href="http://www.phpbb.com">http://www.phpbb.com</a><!-- m -->',
|
||||
'http://www.phpbb.com'
|
||||
),
|
||||
/**
|
||||
* Fails as per PHPBB3-8420
|
||||
* @link http://tracker.phpbb.com/browse/PHPBB3-8420
|
||||
|
Reference in New Issue
Block a user