Skip to content
This repository was archived by the owner on Aug 3, 2024. It is now read-only.

Commit c4291bf

Browse files
committed
Fix haddock-library tests
1 parent 8dcc6d6 commit c4291bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

haddock-library/test/Documentation/Haddock/ParserSpec.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ spec = do
437437
"\"Foo#bar\"" `shouldParseTo` DocModule "Foo#bar"
438438

439439
it "accepts anchor with hyphen as DocModule" $ do
440-
"\"Foo#bar-baz\"" `shouldParseTo` DocModule "Foo\\#bar-baz"
440+
"\"Foo#bar-baz\"" `shouldParseTo` DocModule "Foo#bar-baz"
441441

442442
it "accepts old anchor reference syntax as DocModule" $ do
443443
"\"Foo\\#bar\"" `shouldParseTo` DocModule "Foo\\#bar"

0 commit comments

Comments
 (0)