Improved explanations in test.

This commit is contained in:
Georges Dupéron 2016-06-17 18:27:19 +02:00
parent f2b9a03ee4
commit 4e99f8cf59

View File

@ -53,8 +53,17 @@ Test with multiple subforms inside require, and coverage for
racket/syntax)
racket/bool)]
Wrap the @racket[(require (for-syntax racket/base))] in a
@racket[(begin )] so that it gets ignored, otherwise
scribble complains some identifiers are loaded twice
for-label, since some identifiers have already been introduced
at meta-level 0 by @racketmodname[typed/racket].
@chunk[<require-for-syntax>
(begin (require (for-syntax racket/base)))]
@chunk[<*>
(begin (require (for-syntax racket/base)))
<require-for-syntax>
(require typed/rackunit)
<submod>
<req-multi>