mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-07 15:54:26 +02:00
Fix PHP-CS
This commit is contained in:
parent
7ca99aa194
commit
f2ee3602ac
1 changed files with 5 additions and 5 deletions
|
@ -294,23 +294,23 @@ Karl Marx - Die ursprüngliche Akkumulation
|
||||||
public function dataBBCodesToMarkdown()
|
public function dataBBCodesToMarkdown()
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
'bug-7808-gt' => [
|
'bug-7808-gt' => [
|
||||||
'expected' => '>`>`',
|
'expected' => '>`>`',
|
||||||
'text' => '>[code]>[/code]',
|
'text' => '>[code]>[/code]',
|
||||||
],
|
],
|
||||||
'bug-7808-lt' => [
|
'bug-7808-lt' => [
|
||||||
'expected' => '<`<`',
|
'expected' => '<`<`',
|
||||||
'text' => '<[code]<[/code]',
|
'text' => '<[code]<[/code]',
|
||||||
],
|
],
|
||||||
'bug-7808-amp' => [
|
'bug-7808-amp' => [
|
||||||
'expected' => '&`&`',
|
'expected' => '&`&`',
|
||||||
'text' => '&[code]&[/code]',
|
'text' => '&[code]&[/code]',
|
||||||
],
|
],
|
||||||
'bug-12701-quotes' => [
|
'bug-12701-quotes' => [
|
||||||
'expected' => '[](https://domain.tld/photos/user/image/86912721086415cdc8e0a03226831581)',
|
'expected' => '[](https://domain.tld/photos/user/image/86912721086415cdc8e0a03226831581)',
|
||||||
'text' => '[url=https://domain.tld/photos/user/image/86912721086415cdc8e0a03226831581][img=https://domain.tld/photo/86912721086415cdc8e0a03226831581-1.png]abc"fgh[/img][/url]',
|
'text' => '[url=https://domain.tld/photos/user/image/86912721086415cdc8e0a03226831581][img=https://domain.tld/photo/86912721086415cdc8e0a03226831581-1.png]abc"fgh[/img][/url]',
|
||||||
],
|
],
|
||||||
'bug-12701-no-quotes' => [
|
'bug-12701-no-quotes' => [
|
||||||
'expected' => '[](https://domain.tld/photos/user/image/86912721086415cdc8e0a03226831581)',
|
'expected' => '[](https://domain.tld/photos/user/image/86912721086415cdc8e0a03226831581)',
|
||||||
'text' => '[url=https://domain.tld/photos/user/image/86912721086415cdc8e0a03226831581][img=https://domain.tld/photo/86912721086415cdc8e0a03226831581-1.png]abcfgh[/img][/url]',
|
'text' => '[url=https://domain.tld/photos/user/image/86912721086415cdc8e0a03226831581][img=https://domain.tld/photo/86912721086415cdc8e0a03226831581-1.png]abcfgh[/img][/url]',
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue