mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Fixed testing failure.
This commit is contained in:
parent
0ff6cc3bf9
commit
5c19a784ce
1 changed files with 0 additions and 1 deletions
|
@ -54,7 +54,6 @@ class BBCodeToMarkdownConverterTest extends TestCase
|
|||
['[url=https://foo.bar]test[/url]', '[test](https://foo.bar)'],
|
||||
['[center]Centered[/center]', '<div style="text-align:center">Centered</div>'],
|
||||
['test no change', 'test no change'],
|
||||
['**Test**', '**Test**'],
|
||||
];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue