From dfb873f74831ff12a3aab8961d175e35214e15f1 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Tue, 31 Jul 2012 16:36:30 +0200 Subject: Align imports after the start-parenthesis See #7 --- tests/StylishHaskell/Step/Imports/Tests.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/StylishHaskell/Step/Imports/Tests.hs b/tests/StylishHaskell/Step/Imports/Tests.hs index 6da0af3..6b820f0 100644 --- a/tests/StylishHaskell/Step/Imports/Tests.hs +++ b/tests/StylishHaskell/Step/Imports/Tests.hs @@ -105,6 +105,6 @@ case04 = expected @=? testStep (step 80 Global) input' expected = unlines [ "import Data.Aeson.Types (FromJSON(..), ToJSON(..), Value(..), object," - , " parseEither, typeMismatch, (.!=), (.:), (.:?)," - , " (.=))" + , " parseEither, typeMismatch, (.!=), (.:)," + , " (.:?), (.=))" ] -- cgit v1.2.3