mirror of
https://github.com/friendica/friendica
synced 2025-04-23 18:30:11 +00:00
[pre] blocks now preserve spaces
- Added test case - Added English documentation
This commit is contained in:
parent
251a3791dd
commit
faeffff8a3
3 changed files with 17 additions and 1 deletions
|
@ -241,6 +241,10 @@ class BBCodeTest extends MockedTest
|
|||
'expectedHtml' => '[test] Space',
|
||||
'text' => '[test] Space',
|
||||
],
|
||||
'task-8800-pre-spaces' => [
|
||||
'expectedHtml' => ' Spaces',
|
||||
'text' => '[pre] Spaces[/pre]',
|
||||
],
|
||||
];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue