]> git.mxchange.org Git - friendica.git/commitdiff
Test added
authorMichael <heluecht@pirati.ca>
Mon, 20 Mar 2023 07:03:17 +0000 (07:03 +0000)
committerMichael <heluecht@pirati.ca>
Mon, 20 Mar 2023 07:03:17 +0000 (07:03 +0000)
tests/src/Content/Text/BBCodeTest.php

index 3dfae479b2173f019cc21df3467789446021d363..6f8fdea2e666106e3c285193212b38e288aea37f 100644 (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",
+                       ],
                ];
        }