Skip to content

Commit

Permalink
fix failing test on v1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
milmazz committed Jan 24, 2024
1 parent ae085b9 commit f74a8bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ex_doc/formatter/html_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ defmodule ExDoc.Formatter.HTMLTest do
generate_docs(doc_config(context, skip_undefined_reference_warnings_on: []))
end)

assert out =~ ~s| documentation references function \"Warnings.bar/0\" but|
assert out =~ ~s|documentation references function "Warnings.bar/0" but|

# TODO: remove check when we require Elixir v1.16
if Version.match?(System.version(), ">= 1.16.0-rc") do
Expand Down

0 comments on commit f74a8bd

Please sign in to comment.