Fixed testing failure.

This commit is contained in:
Jan Böhmer 2019-10-13 21:00:47 +02:00
parent 0ff6cc3bf9
commit 5c19a784ce

View file

@ -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**'],
];
}