We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b611996 commit 631a006Copy full SHA for 631a006
plugins/hls-cabal-fmt-plugin/test/Main.hs
@@ -35,7 +35,8 @@ cabalFmtPlugin = CabalFmt.descriptor mempty "cabal-fmt"
35
36
tests :: CabalFmtFound -> TestTree
37
tests found = testGroup "cabal-fmt"
38
- [ cabalFmtGolden found "formats a simple document" "simple_testdata" "formatted_document" $ \doc -> do
+ [ knownBrokenOnWindows "Eats newlines between comments" $
39
+ cabalFmtGolden found "formats a simple document" "simple_testdata" "formatted_document" $ \doc -> do
40
formatDoc doc (FormattingOptions 2 True Nothing Nothing Nothing)
41
42
, knownBrokenOnWindows "expand:src comment bug in cabal-fmt on windows" $
0 commit comments