mirror of
https://github.com/friendica/friendica
synced 2024-11-09 23:02:54 +00:00
Tests fixed
This commit is contained in:
parent
9f11d189c8
commit
aef8e90f8e
1 changed files with 6 additions and 6 deletions
|
@ -91,18 +91,18 @@ its surprisingly good",
|
|||
'bug-12842-ul-new-lines' => [
|
||||
'expectedBBCode' => 'This is:
|
||||
[ul]
|
||||
[*]some
|
||||
[*]amazing
|
||||
[*]list
|
||||
[li]some[/li]
|
||||
[li]amazing[/li]
|
||||
[li]list[/li]
|
||||
[/ul]',
|
||||
'html'=> '<p>This is:</p><ul><li>some</li><li>amazing</li><li>list</li></ul>',
|
||||
],
|
||||
'bug-12842-ol-new-lines' => [
|
||||
'expectedBBCode' => 'This is:
|
||||
[ol]
|
||||
[*]some
|
||||
[*]amazing
|
||||
[*]list
|
||||
[li]some[/li]
|
||||
[li]amazing[/li]
|
||||
[li]list[/li]
|
||||
[/ol]',
|
||||
'html'=> '<p>This is:</p><ol><li>some</li><li>amazing</li><li>list</li></ol>',
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue