Add a testcase for the last commit

pull/259/head
Lennart Spitzner 2019-11-27 21:51:33 +01:00 committed by Evan Rutledge Borden
parent 3fbbf3d661
commit a1282c3ac6
1 changed files with 10 additions and 0 deletions

View File

@ -551,6 +551,16 @@ data Foo = Bar
ABC --g ABC --g
) )
#test comment before equal sign
{-# LANGUAGE ExistentialQuantification #-}
data MyRecord
-- test comment
= forall a b
. ( Loooooooooooooooooooooooooooooooong a
, Loooooooooooooooooooooooooooooooong b
) =>
MyConstructor a b
#test normal records on multi line indent policy left #test normal records on multi line indent policy left
-- brittany {lconfig_indentPolicy: IndentPolicyLeft } -- brittany {lconfig_indentPolicy: IndentPolicyLeft }
data EnterpriseGrantsForCompanyResponse = EnterpriseGrantsForCompanyResponse data EnterpriseGrantsForCompanyResponse = EnterpriseGrantsForCompanyResponse