Tests, still ongoing ...

This commit is contained in:
Michael 2020-01-08 20:39:27 +00:00
parent b9b19f7744
commit 7f2356c7fe
1 changed files with 1 additions and 1 deletions

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