Fix parens typesetting.
This commit is contained in:
parent
9ad3a69c27
commit
ee487af157
1 changed files with 1 additions and 2 deletions
|
@ -339,8 +339,7 @@
|
||||||
(check-true (random-bool-f #f #f))
|
(check-true (random-bool-f #f #f))
|
||||||
(check-true (random-bool-f #f #t))
|
(check-true (random-bool-f #f #t))
|
||||||
(check-false (random-bool-f #t #f))
|
(check-false (random-bool-f #t #f))
|
||||||
(check-true (random-bool-f #t #t))
|
(check-true (random-bool-f #t #t))))
|
||||||
))
|
|
||||||
|
|
||||||
(module untyped racket
|
(module untyped racket
|
||||||
(module+ test
|
(module+ test
|
||||||
|
|
Loading…
Reference in a new issue