We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cabe7c3 commit 3eae3fcCopy full SHA for 3eae3fc
test/ex_doc/formatter/html_test.exs
@@ -116,17 +116,15 @@ defmodule ExDoc.Formatter.HTMLTest do
116
config =
117
doc_config(context,
118
extras: [
119
- "readme.md",
+ "#{tmp_dir}/readme.md",
120
"Elixir": [url: "https://elixir-lang.org"]
121
]
122
)
123
124
File.write!("#{tmp_dir}/readme.md", "readme")
125
-
126
generate_docs(config)
127
128
content = File.read!(tmp_dir <> "/html/readme.html")
129
130
assert content =~ "https://elixir-lang.org"
131
end
132
0 commit comments