File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
plugins/hls-cabal-fmt-plugin/test Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11{-# LANGUAGE CPP #-}
22{-# LANGUAGE OverloadedStrings #-}
3- {-# LANGUAGE CPP #-}
43module Main
54 ( main
65 ) where
76
87import qualified Ide.Plugin.CabalFmt as CabalFmt
9- import System.Directory (findExecutable )
8+ import System.Directory (findExecutable )
109import System.FilePath
1110import Test.Hls
1211
@@ -39,7 +38,8 @@ tests found = testGroup "cabal-fmt"
3938 [ cabalFmtGolden found " formats a simple document" " simple_testdata" " formatted_document" $ \ doc -> do
4039 formatDoc doc (FormattingOptions 2 True Nothing Nothing Nothing )
4140
42- , cabalFmtGolden found " formats a document with expand:src comment" " commented_testdata" " formatted_document" $ \ doc -> do
41+ , knownBrokenOnWindows " expand:src comment bug in cabal-fmt on windows" $
42+ cabalFmtGolden found " formats a document with expand:src comment" " commented_testdata" " formatted_document" $ \ doc -> do
4343 formatDoc doc (FormattingOptions 2 True Nothing Nothing Nothing )
4444
4545 , 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