racket/collects/test-box-recovery/test-box-recovery.scrbl
Sam Tobin-Hochstadt 6197de9a09 Scheme -> Racket
2010-06-04 18:03:31 -04:00

20 lines
728 B
Racket

#lang scribble/doc
@(require scribble/manual
(for-label lang/htdp-beginner))
@title{Test Box Recovery Tool}
The text-box recovery tool allows DrRacket or DrScheme v370 and later to read
programs created using v360 and earlier that include test-case boxes.
When opened using this tool, test-case boxes are turned into
@scheme[check-expect] forms.
Test boxes plain-text tests and expected results are converted to
plain-text @scheme[check-expect] forms.
If either the test or expected-result expression contains non-text
(e.g., an image), the converted form is a comment box containing a
@scheme[check-expect] form. The box should be easy to remove using the
@menuitem["Racket" "Uncomment"] menu item in DrRacket.