mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-03 14:06:45 +01:00
Fixed testing failure.
This commit is contained in:
@@ -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**'],
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user