Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
deer committed Jan 12, 2024
1 parent 100598f commit 2e3f5be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,6 @@ Deno.test(
renderer: new CustomRenderer({}),
allowedClasses: { ul: ["list-disc"], ol: ["list-decimal"] },
});
assertEquals(html, expected);
assertEquals(html, expected.trim());
},
);

0 comments on commit 2e3f5be

Please sign in to comment.