Skip to content

Commit f2c652e

Browse files
committed
Adjust a test
1 parent 68b5969 commit f2c652e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test-commands.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ describe("insertNewlineContinueMarkup", () => {
4343
test("one|", "one|"))
4444

4545
it("doesn't do anything in non-Markdown content", () =>
46-
test("- <div>|", "- <div>|"))
46+
test("- <div|>", "- <div|>"))
4747

4848
it("can continue blockquotes", () =>
4949
test("> one|", "> one\n> |"))

0 commit comments

Comments
 (0)