racket/collects/test-box-recovery/test-box-recovery.scrbl
Matthew Flatt 01d931af41 fix check-expect link
svn: r9686
2008-05-06 13:43:05 +00:00

20 lines
716 B
Racket

#lang scribble/doc
@(require scribble/manual
(for-label lang/htdp-beginner))
@title{Test Box Recovery Tool}
The text-box recovery tool allows 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["Scheme" "Uncomment"] menu item in DrScheme.