mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Merge branch '3.3.x'
This commit is contained in:
@@ -60,13 +60,17 @@ class phpbb_textformatter_s9e_utils_test extends phpbb_test_case
|
||||
'<t>Plain text</t>',
|
||||
'Plain text'
|
||||
),
|
||||
array(
|
||||
'<t>Plain & boring</t>',
|
||||
'Plain & boring'
|
||||
),
|
||||
array(
|
||||
"<t>Multi<br/>\nline</t>",
|
||||
"Multi\nline"
|
||||
),
|
||||
array(
|
||||
'<r><B><s>[b]</s>bold<e>[/b]</e></B></r>',
|
||||
' bold '
|
||||
'<r><B><s>[b]</s>bold<e>[/b]</e></B> & <I><s>[i]</s>italic<e>[/i]</e></I></r>',
|
||||
' bold & italic '
|
||||
)
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user