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

Commit

Permalink
fix(test): img tag
Browse files Browse the repository at this point in the history
  • Loading branch information
luckasRanarison authored Sep 14, 2023
1 parent 6b3225c commit 785ea88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/transpiler_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ describe("Transpiler", function()
{
desc = "<img>",
input = "<img alt='alt' src='link'/>",
expected = "![alt](link)",
expected = "![alt](link)\n",
},
{
desc = "<ul>",
Expand Down

0 comments on commit 785ea88

Please sign in to comment.