Add test for bug 7150

This commit is contained in:
Hypolite Petovan 2019-05-19 14:57:28 -04:00
parent 325ba20141
commit c21a227d0a
1 changed files with 4 additions and 0 deletions

View File

@ -109,6 +109,10 @@ class BBCodeTest extends MockedTest
'data' => "http://example.com<ul>",
'assertHTML' => false
],
'bug-7150' => [
'data' => html_entity_decode('http://example.com&nbsp;', ENT_QUOTES, 'UTF-8'),
'assertHTML' => false
],
];
}