2022.09-rc
Michael 2020-01-08 20:27:54 +00:00
rodzic a2af9f55a9
commit b9b19f7744
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

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