racket/collects/r5rs/tests/test-docs-complete.rkt

7 lines
172 B
Racket

#lang racket/base
(require tests/utils/docs-complete)
(check-docs (quote r5rs/run))
(check-docs (quote r5rs/r5rs))
(check-docs (quote r5rs))
(check-docs (quote r5rs/init))