-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
04a4fc4
commit 288e9b1
Showing
3 changed files
with
19 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
defmodule Test.Regressions.I154CrashOnSymbolicInputTest do | ||
use ExUnit.Case | ||
|
||
test "do not crash here" do | ||
Check failure on line 4 in test/regressions/i154_crash_on_symbolic_input_test.exs GitHub Actions / mix test (Elixir 1.12.x | OTP 23)
Check failure on line 4 in test/regressions/i154_crash_on_symbolic_input_test.exs GitHub Actions / mix test (Elixir 1.13.x | OTP 24)
Check failure on line 4 in test/regressions/i154_crash_on_symbolic_input_test.exs GitHub Actions / mix test (Elixir 1.14.x | OTP 25)
Check failure on line 4 in test/regressions/i154_crash_on_symbolic_input_test.exs GitHub Actions / mix test (Elixir 1.15.x | OTP 25)
Check failure on line 4 in test/regressions/i154_crash_on_symbolic_input_test.exs GitHub Actions / mix test (Elixir 1.16.x | OTP 26)
|
||
md = "\\[{:}" | ||
html = "<p>[</p>" | ||
assert Earmark.as_html(md) == html | ||
end | ||
|
||
end | ||
# SPDX-License-Identifier: Apache-2.0 |