Format
This commit is contained in:
parent
8f67916e1a
commit
2f35bd9251
@ -36,8 +36,7 @@ main =
|
|||||||
in
|
in
|
||||||
withResource (parseFile $ "../inputs/" <> t <> "/" <> pt) mempty \input ->
|
withResource (parseFile $ "../inputs/" <> t <> "/" <> pt) mempty \input ->
|
||||||
testGroup pt $
|
testGroup pt $
|
||||||
(
|
( zip (map show [1 :: Int ..]) parts <&> \(n, pp) ->
|
||||||
zip (map show [1 :: Int ..]) parts <&> \(n, pp) ->
|
|
||||||
goldenVsString n ("../outputs/" <> t <> "/" <> pt <> "/" <> n) $
|
goldenVsString n ("../outputs/" <> t <> "/" <> pt <> "/" <> n) $
|
||||||
BL.fromStrict . encodeUtf8 . pp <$> input
|
BL.fromStrict . encodeUtf8 . pp <$> input
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user