Skip to content

Commit 8bd9430

Browse files
Update test/ex_doc/formatter/markdown_test.exs
Co-authored-by: Eksperimental <[email protected]>
1 parent 71bf958 commit 8bd9430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ex_doc/formatter/markdown_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ defmodule ExDoc.Formatter.MARKDOWNTest do
5252
generate_docs(doc_config(context))
5353

5454
content = File.read!(tmp_dir <> "/markdown/index.md")
55-
assert content =~ ~r{^# Elixir v1\.0\.1 - Documentation - Table of contents$}m
55+
assert content =~ ~r{^# Elixir v1\.0\.1 - Documentation - Table of Contents$}m
5656
assert content =~ ~r{## Modules}
5757
assert content =~ ~r{- \[CompiledWithDocs\]\(CompiledWithDocs\.md\)}
5858
assert content =~ ~r{- \[CompiledWithDocs\.Nested\]\(CompiledWithDocs\.Nested\.md\)}

0 commit comments

Comments
 (0)