racket/collects/syntax-color/tests/test-docs-complete.rkt
Robby Findler 507b1cd8fd moved the docs-complete library into rackunit
to avoid having a separate, new manual for the
  one library
2011-05-05 16:10:42 -05:00

10 lines
369 B
Racket

#lang racket/base
(require rackunit/docs-complete)
(check-docs (quote syntax-color/token-tree))
(check-docs (quote syntax-color/scribble-lexer))
(check-docs (quote syntax-color/scheme-lexer))
(check-docs (quote syntax-color/paren-tree))
(check-docs (quote syntax-color/module-lexer))
(check-docs (quote syntax-color/ml))
(check-docs (quote syntax-color/default-lexer))