summaryrefslogtreecommitdiffstats
path: root/TestAufgabeFFP7.hs
Commit message (Collapse)AuthorAgeFilesLines
* Minor correctionstotycro2012-05-231-2/+2
|
* Only use : instead of ++ for BufferI (constant time instead of linear in the ↵totycro2012-05-231-2/+2
| | | | | | worst case) delete should delete before the cursor, not after
* implement missing quickcheck props + testsmanuel2012-05-221-2/+66
|
* totycro said: fix buffer::insertmanuel2012-05-221-6/+4
|
* adding test and some minor fixesmanuel2012-05-221-6/+60
|
* make all tests executable and exit on errormanuel2012-05-211-2/+13
|
* add tests for exercise 7manuel2012-05-211-1/+21
| | | | note: quickCheck gets called but there's no output parsing
* skeleton for exercise 7manuel2012-05-201-0/+19