We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b611996 commit cde554fCopy full SHA for cde554f
plugins/hls-cabal-fmt-plugin/test/Main.hs
@@ -42,7 +42,8 @@ tests found = testGroup "cabal-fmt"
42
cabalFmtGolden found "formats a document with expand:src comment" "commented_testdata" "formatted_document" $ \doc -> do
43
formatDoc doc (FormattingOptions 2 True Nothing Nothing Nothing)
44
45
- , cabalFmtGolden found "formats a document with lib information" "lib_testdata" "formatted_document" $ \doc -> do
+ , knownBrokenOnWindows "Eats newlines between comments" $
46
+ cabalFmtGolden found "formats a document with lib information" "lib_testdata" "formatted_document" $ \doc -> do
47
formatDoc doc (FormattingOptions 10 True Nothing Nothing Nothing)
48
]
49
0 commit comments