File tree 1 file changed +2
-1
lines changed
plugins/hls-cabal-fmt-plugin/test
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,8 @@ tests found = testGroup "cabal-fmt"
39
39
[ cabalFmtGolden found " formats a simple document" " simple_testdata" " formatted_document" $ \ doc -> do
40
40
formatDoc doc (FormattingOptions 2 True Nothing Nothing Nothing )
41
41
42
- , cabalFmtGolden found " formats a document with expand:src comment" " commented_testdata" " formatted_document" $ \ doc -> do
42
+ , knownBrokenOnWindows " expand:src comment bug in cabal-fmt on windows" $
43
+ cabalFmtGolden found " formats a document with expand:src comment" " commented_testdata" " formatted_document" $ \ doc -> do
43
44
formatDoc doc (FormattingOptions 2 True Nothing Nothing Nothing )
44
45
45
46
, cabalFmtGolden found " formats a document with lib information" " lib_testdata" " formatted_document" $ \ doc -> do
You can’t perform that action at this time.
0 commit comments