mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
[ticket/11768] Uncommented disabled test
PHPBB3-11768
This commit is contained in:
@@ -184,13 +184,11 @@ class phpbb_textformatter_s9e_default_formatting_test extends phpbb_test_case
|
|||||||
'[code]unparsed code [quote="username"]quoted[/quote][/code]',
|
'[code]unparsed code [quote="username"]quoted[/quote][/code]',
|
||||||
'<div class="codebox"><p>CODE: <a href="#" onclick="selectCode(this); return false;">Select all</a></p><code>unparsed code [quote="username"]quoted[/quote]</code></div>'
|
'<div class="codebox"><p>CODE: <a href="#" onclick="selectCode(this); return false;">Select all</a></p><code>unparsed code [quote="username"]quoted[/quote]</code></div>'
|
||||||
),
|
),
|
||||||
/*
|
|
||||||
array(
|
array(
|
||||||
// Textual bbcode nesting into textual bbcode
|
// Textual bbcode nesting into textual bbcode
|
||||||
'[b]bold [i]bold + italic[/b] italic[/i]',
|
'[b]bold [i]bold + italic[/b] italic[/i]',
|
||||||
'<span style="font-weight: bold">bold <span style="font-style: italic">bold + italic</span></span><span style="font-style: italic"> italic</span>'
|
'<span style="font-weight: bold">bold <span style="font-style: italic">bold + italic</span></span><span style="font-style: italic"> italic</span>'
|
||||||
),
|
),
|
||||||
*/
|
|
||||||
array(
|
array(
|
||||||
"[code]\tline1\n line2[/code]",
|
"[code]\tline1\n line2[/code]",
|
||||||
'<div class="codebox"><p>CODE: <a href="#" onclick="selectCode(this); return false;">Select all</a></p><code> line1<br>' . "\n" . ' line2</code></div>'
|
'<div class="codebox"><p>CODE: <a href="#" onclick="selectCode(this); return false;">Select all</a></p><code> line1<br>' . "\n" . ' line2</code></div>'
|
||||||
|
Reference in New Issue
Block a user