Fixing PR14169
original commit: b563f0c87620af8bcb0ce8d65ab629b6e596a47f
This commit is contained in:
parent
8f737bae4e
commit
fd3e90fa72
|
@ -29,10 +29,10 @@ destroyed as the preceding check fails:
|
|||
(destroy-the-world))
|
||||
]
|
||||
|
||||
@defform[(test-case name expr ...)]{
|
||||
@defform[(test-case name body ...+)]{
|
||||
|
||||
Like a @racket[test-begin] except a name is associated with
|
||||
the group of @racket[expr]s. The name will be reported if
|
||||
the @racket[body]s. The name will be reported if
|
||||
the test fails. }
|
||||
|
||||
Here's the above example rewritten to use @racket[test-case]
|
||||
|
|
Loading…
Reference in New Issue
Block a user