Restore tests

This commit is contained in:
Michael 2023-03-17 12:43:23 +00:00
parent d4aec5cbd3
commit 84ec9b0814

View file

@ -221,7 +221,7 @@ class BBCodeTest extends FixtureTest
'text' => '[test] Space', 'text' => '[test] Space',
], ],
'task-8800-pre-spaces' => [ 'task-8800-pre-spaces' => [
'expectedHtml' => ' Spaces', 'expectedHtml' => '    Spaces',
'text' => '[pre] Spaces[/pre]', 'text' => '[pre] Spaces[/pre]',
], ],
'bug-9611-purify-xss-nobb' => [ 'bug-9611-purify-xss-nobb' => [