Skip to content

Commit

Permalink
Adjust a test
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Nov 6, 2024
1 parent 68b5969 commit f2c652e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ describe("insertNewlineContinueMarkup", () => {
test("one|", "one|"))

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

it("can continue blockquotes", () =>
test("> one|", "> one\n> |"))
Expand Down

0 comments on commit f2c652e

Please sign in to comment.