Skip to content
This repository was archived by the owner on May 16, 2024. It is now read-only.

Commit 785ea88

Browse files
fix(test): img tag
1 parent 6b3225c commit 785ea88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/transpiler_spec.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ describe("Transpiler", function()
1111
{
1212
desc = "<img>",
1313
input = "<img alt='alt' src='link'/>",
14-
expected = "![alt](link)",
14+
expected = "![alt](link)\n",
1515
},
1616
{
1717
desc = "<ul>",

0 commit comments

Comments
 (0)