Small description fix for test:Data.Parser.takeWhile1

This commit is contained in:
Adithya Kumar 2020-12-11 07:30:51 +00:00 committed by Adithya Kumar
parent b6ce6a3624
commit 9fefed37d5

View File

@ -625,7 +625,7 @@ main =
-- prop "Fail when stream length exceeded" lookAheadFail
-- prop "lookAhead . take n >> lookAhead . take n = lookAhead . take n, else fail" lookAhead
prop "P.takeWhile = Prelude.takeWhile" Main.takeWhile
prop "P.takeWhile = Prelude.takeWhile if taken something, else check why failed" takeWhile1
prop "P.takeWhile1 = Prelude.takeWhile if taken something, else check why failed" takeWhile1
prop "P.groupBy = Prelude.head . Prelude.groupBy" groupBy
-- prop "" splitWithPass
-- prop "" splitWithFailLeft