mirror of
https://github.com/friendica/friendica
synced 2025-04-24 05:50:11 +00:00
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",
|
'data' => "http://example.com\ntest",
|
||||||
'assertHTML' => false
|
'assertHTML' => false
|
||||||
],
|
],
|
||||||
|
'bug-6901' => [
|
||||||
|
'data' => "http://example.com<ul>",
|
||||||
|
'assertHTML' => false
|
||||||
|
],
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue