added lots of new tests that our documentation is complete
original commit: e7d0029aeaadcaf1c691756198f96cfd5eff0f4c
This commit is contained in:
parent
4a36940fd4
commit
dcad9222aa
8
collects/macro-debugger/tests/test-docs-complete.rkt
Normal file
8
collects/macro-debugger/tests/test-docs-complete.rkt
Normal file
|
@ -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))
|
Loading…
Reference in New Issue
Block a user