Format
This commit is contained in:
parent
2cd2341673
commit
5b24dc1238
@ -29,8 +29,11 @@ puzzle =
|
||||
, withResource
|
||||
(Seq.fromList . takeUntil noneAccessible . fmap snd . generateFrames . mkGrid <$> input)
|
||||
mempty
|
||||
\frames -> testGroup "frames" let nFrames = if isRealData then 58 else 9 in
|
||||
( [0 .. nFrames] <&> \n ->
|
||||
\frames ->
|
||||
testGroup
|
||||
"frames"
|
||||
let nFrames = if isRealData then 58 else 9
|
||||
in ( [0 .. nFrames] <&> \n ->
|
||||
goldenVsStringDiff (show n) diffCommand (path <> "frames/" <> show n) $
|
||||
TL.encodeUtf8 . maybe "frame list too short!" drawGrid . Seq.lookup n <$> frames
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user