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