Tests, next try
authorMichael <heluecht@pirati.ca>
Wed, 8 Jan 2020 06:43:15 +0000 (06:43 +0000)
committerMichael <heluecht@pirati.ca>
Wed, 8 Jan 2020 06:43:15 +0000 (06:43 +0000)
tests/src/Content/Text/HTMLTest.php

index 1d55004..027f6dd 100644 (file)
@@ -58,6 +58,10 @@ class HTMLTest extends MockedTest
                                'expectedBBCode' => '[audio]http://www.cendrones.fr/colloque2017/jonathanbocquet.mp3[/audio]',
                                '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",
+                       ],
                ];
        }