racket/collects/unstable/tests/test-docs-complete.rkt
Vincent St-Amour 4a8f447dae Remove unstable/port.
`port->list' does all it can do.
2012-02-27 22:03:39 -05:00

21 lines
750 B
Racket

#lang racket/base
(require rackunit/docs-complete)
(check-docs (quote unstable/wrapc))
(check-docs (quote unstable/syntax))
(check-docs (quote unstable/struct))
(check-docs (quote unstable/string))
(check-docs (quote unstable/sequence))
(check-docs (quote unstable/pretty))
(check-docs (quote unstable/match))
(check-docs (quote unstable/markparam) #:skip #rx"^deserialize-info:")
(check-docs (quote unstable/list))
(check-docs (quote unstable/hash))
(check-docs (quote unstable/generics))
(check-docs (quote unstable/function))
(check-docs (quote unstable/find))
(check-docs (quote unstable/file))
(check-docs (quote unstable/debug))
(check-docs (quote unstable/contract))
(check-docs (quote unstable/class-iop))
(check-docs (quote unstable/bytes))