diff --git a/extensions/markdown-language-features/src/test/engine.test.ts b/extensions/markdown-language-features/src/test/engine.test.ts index 6091edb4b92..8a6466781ce 100644 --- a/extensions/markdown-language-features/src/test/engine.test.ts +++ b/extensions/markdown-language-features/src/test/engine.test.ts @@ -15,8 +15,8 @@ const testFileName = vscode.Uri.file('test.md'); suite('markdown.engine', () => { suite('rendering', () => { const input = '# hello\n\nworld!'; - const output = '
world!
\n'; + const output = 'world!
\n'; test('Renders a document', async () => { const doc = new InMemoryDocument(testFileName, input); @@ -36,7 +36,7 @@ suite('markdown.engine', () => { test('Extracts all images', async () => { const engine = createNewMarkdownEngine(); assert.deepStrictEqual((await engine.render(input)), { - html: '' + html: '