Add test for bug 7150
This commit is contained in:
parent
325ba20141
commit
c21a227d0a
1 changed files with 4 additions and 0 deletions
|
@ -109,6 +109,10 @@ class BBCodeTest extends MockedTest
|
||||||
'data' => "http://example.com<ul>",
|
'data' => "http://example.com<ul>",
|
||||||
'assertHTML' => false
|
'assertHTML' => false
|
||||||
],
|
],
|
||||||
|
'bug-7150' => [
|
||||||
|
'data' => html_entity_decode('http://example.com ', ENT_QUOTES, 'UTF-8'),
|
||||||
|
'assertHTML' => false
|
||||||
|
],
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue