Skip to content

Commit

Permalink
test: add todo testing locale-independence
Browse files Browse the repository at this point in the history
  • Loading branch information
peti committed Feb 15, 2018
1 parent 8e8baa6 commit 66cb4b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ import Text.PrettyPrint.HughesPJClass

main :: IO ()
main = do
-- TODO: run this test with all kinds of setLocaleEncoding values to ensure we don't
-- depend on the system environment: https://github.com/NixOS/cabal2nix/issues/333
testCases <- findByExtension [".cabal"] "test/golden-test-cases"
defaultMain $ testGroup "regression-tests" (map regressionTest testCases)

Expand Down

0 comments on commit 66cb4b6

Please sign in to comment.