File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -627,7 +627,7 @@ defmodule ExDoc.Formatter.HTML do
627
627
{ base , text_to_id ( Path . rootname ( base ) ) }
628
628
629
629
{ path , opts } ->
630
- base = path |> Atom . to_string ( ) |> Path . basename ( )
630
+ base = path |> to_string ( ) |> Path . basename ( )
631
631
{ base , opts [ :filename ] || text_to_id ( Path . rootname ( base ) ) }
632
632
end )
633
633
end
Original file line number Diff line number Diff line change @@ -519,7 +519,7 @@ defmodule ExDoc.Formatter.HTMLTest do
519
519
doc_config ( context ,
520
520
extras: [
521
521
"test/fixtures/PlainTextFiles.md" ,
522
- "test/fixtures/LICENSE": [ filename: "linked-license" ] ,
522
+ { "test/fixtures/LICENSE" , filename: "linked-license" } ,
523
523
"test/fixtures/PlainText.txt": [ filename: "plain_text" ]
524
524
]
525
525
)
You can’t perform that action at this time.
0 commit comments