racket/collects/tests/drracket/test-docs-complete.rkt
Robby Findler b972a0940d Added online expansion and compilation of files
being edited in DrRacket (via places)

Added an API to let tools have access to that
  information (and compute more stuff)

Used that to make an online version of Check Syntax
  which led to a separately callable Check Syntax API.
2011-08-02 16:28:16 -05:00

4 lines
87 B
Racket

#lang racket/base
(require rackunit/docs-complete)
(check-docs 'drracket/check-syntax)