commit dcad9222aac25abba0fdd65e6299744f19b844f8 parent 4a36940fd45cd134f6d59d2ab0dde87fe8910f80 Author: Robby Findler <robby@racket-lang.org> Date: Mon, 25 Apr 2011 13:24:43 -0500 added lots of new tests that our documentation is complete original commit: e7d0029aeaadcaf1c691756198f96cfd5eff0f4c Diffstat:
| A | collects/macro-debugger/tests/test-docs-complete.rkt | | | 8 | ++++++++ |
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/collects/macro-debugger/tests/test-docs-complete.rkt b/collects/macro-debugger/tests/test-docs-complete.rkt @@ -0,0 +1,8 @@ +#lang racket/base +(require tests/utils/docs-complete) +(check-docs (quote macro-debugger/tool)) +(check-docs (quote macro-debugger/syntax-browser)) +(check-docs (quote macro-debugger/stepper)) +(check-docs (quote macro-debugger/stepper-text)) +(check-docs (quote macro-debugger/expand)) +(check-docs (quote macro-debugger/emit))