diff --git a/tests/text_formatter/s9e/default_formatting_test.php b/tests/text_formatter/s9e/default_formatting_test.php index 89d2cc53e1..2aa15146aa 100644 --- a/tests/text_formatter/s9e/default_formatting_test.php +++ b/tests/text_formatter/s9e/default_formatting_test.php @@ -197,6 +197,10 @@ class phpbb_textformatter_s9e_default_formatting_test extends phpbb_test_case "[code]\tline1\n line2[/code]", '

CODE: Select all

' . "\tline1\n  line2
" ), + array( + "[code]\n\tline1\n line2[/code]", + '

CODE: Select all

' . "\tline1\n  line2
" + ), array( '... http://example.org ...', '... http://example.org ...'