From 5a4a35dd8f46ffa84753e678ac2c4e422f177eb1 Mon Sep 17 00:00:00 2001 From: Valery Qwertovsky <5704043+Qwertovsky@users.noreply.github.com> Date: Wed, 11 Jan 2023 23:56:44 +0300 Subject: [PATCH] Update test/features/parser-markdown.ts Co-authored-by: nobkd <44443899+nobkd@users.noreply.github.com> --- test/features/parser-markdown.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/features/parser-markdown.ts b/test/features/parser-markdown.ts index 3b99284db..09f5e7c2b 100644 --- a/test/features/parser-markdown.ts +++ b/test/features/parser-markdown.ts @@ -45,10 +45,10 @@ export const testMarkdownParser = () => { body: { id: 'content:index.md', content: [ - '``` ts [file.ts]{4-6,7} other code block info', - 'let code = undefined;', - 'return code;', - '```' + '```ts [file.ts]{4-6,7} other code block info', + 'let code = undefined;', + 'return code;', + '```' ].join('\n') } })