mirror of
https://github.com/friendica/friendica
synced 2025-04-23 14:30:11 +00:00
Keep spaces after non-tags in Content\BBCode::convert
- Added test case
This commit is contained in:
parent
4e5c3157fe
commit
251a3791dd
2 changed files with 8 additions and 4 deletions
|
@ -236,7 +236,11 @@ class BBCodeTest extends MockedTest
|
|||
'bug-7808-code-amp' => [
|
||||
'expectedHtml' => '<code>&</code>',
|
||||
'text' => '[code]&[/code]',
|
||||
]
|
||||
],
|
||||
'task-8800-pre-spaces-notag' => [
|
||||
'expectedHtml' => '[test] Space',
|
||||
'text' => '[test] Space',
|
||||
],
|
||||
];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue