Skip to content

Commit

Permalink
Typo in test corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertDober committed Jul 9, 2024
1 parent 288e9b1 commit 3e7f9f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/regressions/i154_crash_on_symbolic_input_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ defmodule Test.Regressions.I154CrashOnSymbolicInputTest do

test "do not crash here" do
md = "\\[{:}"
html = "<p>[</p>"
assert Earmark.as_html(md) == html
html = "<p>\n[{:}</p>\n"
assert Earmark.as_html(md) == {:ok, html, []}
end

end
Expand Down

0 comments on commit 3e7f9f8

Please sign in to comment.