Test added

This commit is contained in:
Michael 2023-03-20 07:03:17 +00:00
parent 3a73df7007
commit 55912d1c75
1 changed files with 4 additions and 0 deletions

View File

@ -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>',
'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",
],
];
}