|
|
@@ -24,7 +24,7 @@ describe( 'GFMDataProcessor', () => {
|
|
|
it( 'should not autolink inside list', () => {
|
|
|
testDataProcessor(
|
|
|
'* http://example.com/',
|
|
|
- '<ul><li>http://example.com/</li></ul>',
|
|
|
+ '<ul><li>http://example.com/</li></ul>'
|
|
|
);
|
|
|
} );
|
|
|
|
|
|
@@ -34,7 +34,7 @@ describe( 'GFMDataProcessor', () => {
|
|
|
|
|
|
'<blockquote>' +
|
|
|
'<p>Blockquoted: http://example.com/</p>' +
|
|
|
- '</blockquote>',
|
|
|
+ '</blockquote>'
|
|
|
);
|
|
|
} );
|
|
|
|