mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/13377] Add test entries
PHPBB3-13377
This commit is contained in:
parent
1365519283
commit
d63412af4c
1 changed files with 8 additions and 0 deletions
|
@ -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:) -->',
|
'<!-- 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
|
* Fails as per PHPBB3-8420
|
||||||
* @link http://tracker.phpbb.com/browse/PHPBB3-8420
|
* @link http://tracker.phpbb.com/browse/PHPBB3-8420
|
||||||
|
|
Loading…
Add table
Reference in a new issue