mirror of
https://github.com/friendica/friendica
synced 2024-11-09 23:42:53 +00:00
Test added
This commit is contained in:
parent
3a73df7007
commit
55912d1c75
1 changed files with 4 additions and 0 deletions
|
@ -274,6 +274,10 @@ Karl Marx - Die ursprüngliche Akkumulation
|
||||||
'expectedHTML' => '<p>This is:</p><ol><li>some</li><li>amazing</li><li>list</li></ol>',
|
'expectedHTML' => '<p>This is:</p><ol><li>some</li><li>amazing</li><li>list</li></ol>',
|
||||||
'text' => "This is:\r\n[ol]\r\n[*]some\r\n[*]amazing\r\n[*]list\r\n[/ol]",
|
'text' => "This is:\r\n[ol]\r\n[*]some\r\n[*]amazing\r\n[*]list\r\n[/ol]",
|
||||||
],
|
],
|
||||||
|
'task-12917-tabs-between-linebreaks' => [
|
||||||
|
'expectedHTML' => '<p>Paragraph</p><p>New Paragraph</p>',
|
||||||
|
'text' => "Paragraph\n\t\nNew Paragraph",
|
||||||
|
],
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue