This commit is contained in:
askeblad 2022-03-23 19:07:39 -05:00 committed by GitHub
parent 82a1411b94
commit d311b44b4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ type MockData = IORef (UTF8.UTF8 BS.ByteString)
-- without considering terminal specific issues. -- without considering terminal specific issues.
-- --
-- The mock implementation is useful in manually determining if the -- The mock implementation is useful in manually determining if the
-- sequence of terminal operations matche the expected sequence. The -- sequence of terminal operations matches the expected sequence. The
-- requirement of the produced representation is simplicity in parsing -- requirement of the produced representation is simplicity in parsing
-- the text representation and determining how the picture was mapped to -- the text representation and determining how the picture was mapped to
-- terminal operations. -- terminal operations.