]> git.mxchange.org Git - friendica.git/commitdiff
Tests, still ongoing ...
authorMichael <heluecht@pirati.ca>
Wed, 8 Jan 2020 20:39:27 +0000 (20:39 +0000)
committerMichael <heluecht@pirati.ca>
Wed, 8 Jan 2020 20:39:27 +0000 (20:39 +0000)
tests/src/Content/Text/HTMLTest.php

index 003913a3dde8ecf78a839d95ff69611b9e5a5dbd..fe54399014f72a2b93412636463598e3e8ac0696 100644 (file)
@@ -60,7 +60,7 @@ class HTMLTest extends MockedTest
                        ],
                        'bug-8075-html-tags' => [
                                'expectedBBCode' => "<big rant here> I don't understand tests",
-                               'html' => "&lt;big rant here&rt; I don't understand tests",
+                               'html' => "&lt;big rant here&gt; I don't understand tests",
                        ],
                ];
        }