Skip to content

Commit

Permalink
Update test/features/parser-markdown.ts
Browse files Browse the repository at this point in the history
Co-authored-by: nobkd <[email protected]>
  • Loading branch information
Qwertovsky and nobkd authored Jan 11, 2023
1 parent cbce38a commit 5a4a35d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/features/parser-markdown.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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')
}
})
Expand Down

0 comments on commit 5a4a35d

Please sign in to comment.