mirror of
https://github.com/friendica/friendica
synced 2025-05-10 17:44:09 +02:00
Corrected test
This commit is contained in:
parent
6133ccb1b6
commit
e80234d20a
2 changed files with 67 additions and 59 deletions
|
@ -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' => "<big rant here> I don't understand tests",
|
||||
'html' => "<big rant here> I don't understand tests",
|
||||
'expectedBBCode' => "<rant here> I don't understand tests",
|
||||
'html' => "<rant here> I don't understand tests",
|
||||
],
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue