fix check-expect link (from David)
svn: r8665
This commit is contained in:
parent
d3ce4799e5
commit
eef1637fe8
|
@ -1,6 +1,6 @@
|
||||||
#lang scribble/doc
|
#lang scribble/doc
|
||||||
@(require scribble/manual
|
@(require scribble/manual
|
||||||
(for-label htdp/testing))
|
(for-label teachpack/htdp/testing))
|
||||||
|
|
||||||
@title{Test Box Recovery Tool}
|
@title{Test Box Recovery Tool}
|
||||||
|
|
||||||
|
@ -8,8 +8,7 @@ The text-box recovery tool allows DrScheme v370 and later to read
|
||||||
programs created using v360 and earlier that include test-case boxes.
|
programs created using v360 and earlier that include test-case boxes.
|
||||||
|
|
||||||
When opened using this tool, test-case boxes are turned into
|
When opened using this tool, test-case boxes are turned into
|
||||||
@scheme[check-expect] forms that work with the
|
@scheme[check-expect] forms.
|
||||||
@schememodname[htdp/testing] teachpack.
|
|
||||||
|
|
||||||
Test boxes plain-text tests and expected results are converted to
|
Test boxes plain-text tests and expected results are converted to
|
||||||
plain-text @scheme[check-expect] forms.
|
plain-text @scheme[check-expect] forms.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user