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

8 lines
249 B
Racket

#lang racket/base
(require tests/utils/docs-complete)
(check-docs (quote scriblib/render-cond))
(check-docs (quote scriblib/gui-eval))
(check-docs (quote scriblib/footnote))
(check-docs (quote scriblib/figure))
(check-docs (quote scriblib/autobib))