Skip to content

Commit 71288be

Browse files
author
Jacco-V
committed
Change test to provide html-escaped string
1 parent d66d22d commit 71288be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/unit/render-util.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ describe('core/render/utils', () => {
6161

6262
test('parse config with quoted string arguments', () => {
6363
const result = getAndRemoveConfig(
64-
`[filename](_media/example.md ':include :foo="bar :baz test"')`
64+
`[filename](_media/example.md ':include :foo="bar :baz test"')`
6565
);
6666

6767
expect(result).toMatchObject({

0 commit comments

Comments
 (0)