Add test for bug
This commit is contained in:
parent
0c738c4f8b
commit
58a9a319c5
1 changed files with 4 additions and 0 deletions
|
@ -102,6 +102,10 @@ class BBCodeTest extends MockedTest
|
|||
'data' => "http://example.com\ntest",
|
||||
'assertHTML' => false
|
||||
],
|
||||
'bug-6901' => [
|
||||
'data' => "http://example.com<ul>",
|
||||
'assertHTML' => false
|
||||
],
|
||||
];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue