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 71bf958 commit 8bd9430Copy full SHA for 8bd9430
test/ex_doc/formatter/markdown_test.exs
@@ -52,7 +52,7 @@ defmodule ExDoc.Formatter.MARKDOWNTest do
52
generate_docs(doc_config(context))
53
54
content = File.read!(tmp_dir <> "/markdown/index.md")
55
- assert content =~ ~r{^# Elixir v1\.0\.1 - Documentation - Table of contents$}m
+ assert content =~ ~r{^# Elixir v1\.0\.1 - Documentation - Table of Contents$}m
56
assert content =~ ~r{## Modules}
57
assert content =~ ~r{- \[CompiledWithDocs\]\(CompiledWithDocs\.md\)}
58
assert content =~ ~r{- \[CompiledWithDocs\.Nested\]\(CompiledWithDocs\.Nested\.md\)}
0 commit comments