racket/collects/tests/scribble/main.rkt
Eli Barzilay 0af236dc2f Add block' to scribble/text', to explicitly ask for an indentation block.
* Lists are now either blocks or splices depending on whether they
  appear inside a block or a splice (default to block).

* Adjusted the docs and a single test where this mattered.

* Change the documentation to be "text.html" and to be titled "text
  generation".
2011-06-28 18:16:07 -04:00

10 lines
215 B
Racket

#lang racket/base
(require tests/eli-tester
"reader.rkt" "text-lang.rkt" "collect.rkt" "docs.rkt")
(test do (reader-tests)
do (begin/collect-tests)
do (text-lang-tests)
do (docs-tests))