tests ...

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

View File

@ -59,8 +59,8 @@ class HTMLTest extends MockedTest
'html' => '<audio src="http://www.cendrones.fr/colloque2017/jonathanbocquet.mp3" controls="controls"><a href="http://www.cendrones.fr/colloque2017/jonathanbocquet.mp3">http://www.cendrones.fr/colloque2017/jonathanbocquet.mp3</a></audio>',
],
'bug-8075-html-tags' => [
'expectedBBCode' => "&lt;big rant here&rt; I don't understand tests",
'html' => "<big rant here> I don't understand tests",
'expectedBBCode' => "<big rant here> I don't understand tests",
'html' => "&lt;big rant here&rt; I don't understand tests",
],
];
}