mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 06:20:46 +02:00
[ticket/11742] Added test
PHPBB3-11742
This commit is contained in:
@@ -197,6 +197,10 @@ class phpbb_textformatter_s9e_default_formatting_test extends phpbb_test_case
|
||||
"[code]\tline1\n line2[/code]",
|
||||
'<div class="codebox"><p>CODE: <a href="#" onclick="selectCode(this); return false;">Select all</a></p><pre><code>' . "\tline1\n line2</code></pre></div>"
|
||||
),
|
||||
array(
|
||||
"[code]\n\tline1\n line2[/code]",
|
||||
'<div class="codebox"><p>CODE: <a href="#" onclick="selectCode(this); return false;">Select all</a></p><pre><code>' . "\tline1\n line2</code></pre></div>"
|
||||
),
|
||||
array(
|
||||
'... http://example.org ...',
|
||||
'... <a href="http://example.org" class="postlink">http://example.org</a> ...'
|
||||
|
Reference in New Issue
Block a user