racket/collects/unstable/tests/test-docs-complete.rkt
Eli Barzilay 4da4a2759b New setup/path-to-relative' that supersedes unstable/dirs' and most of
`setup/private/path-utils'.

The API is a little different: instead of getting the alist and the
path, there's a curried function that gets the alist and produces a
function to do the substitutions.
2011-07-02 01:10:38 -04:00

29 lines
1.0 KiB
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/require))
(check-docs (quote unstable/prop-contract))
(check-docs (quote unstable/pretty))
(check-docs (quote unstable/port))
(check-docs (quote unstable/path))
(check-docs (quote unstable/mutated-vars))
(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/exn))
(check-docs (quote unstable/dict))
(check-docs (quote unstable/define))
(check-docs (quote unstable/debug))
(check-docs (quote unstable/contract))
(check-docs (quote unstable/class-iop))
(check-docs (quote unstable/bytes))