Merge branches/mike/quickcheck:

Add QuickCheck-based property testing to the DeinProgramm/DMdA languages.

svn: r15901

original commit: 89ec442c0432a066c8df01858fa2f676c0f9b355
This commit is contained in:
Mike Sperber 2009-09-07 16:31:18 +00:00
parent 563c0f35ea
commit a825d77e4a

View File

@ -257,7 +257,10 @@
parameterize
call-with-input-file call-with-input-file* with-input-from-file
with-input-from-port call-with-output-file
with-output-to-file with-output-to-port))
with-output-to-file with-output-to-port
for-all
))
(preferences:set-default
'framework:tabify
(list hash-table #rx"^begin" #rx"^def" #f)