mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/11768] Uncommented disabled test
PHPBB3-11768
This commit is contained in:
parent
6540918ffa
commit
63753bbf1a
1 changed files with 0 additions and 2 deletions
|
@ -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>'
|
||||||
|
|
Loading…
Add table
Reference in a new issue