Changed defmodule to indicate bindings come from main.ss
(which just re-exports test.ss) Fixed other rendering problems svn: r14271
This commit is contained in:
parent
aedb49db8d
commit
004eb4ca6d
|
@ -5,12 +5,12 @@
|
|||
scribble/manual
|
||||
|
||||
(for-label scheme/base
|
||||
(file "../test.ss")
|
||||
(file "../text-ui.ss")))
|
||||
schemeunit
|
||||
schemeunit/text-ui))
|
||||
|
||||
(provide
|
||||
(all-from-out scribble/eval
|
||||
scribble/manual)
|
||||
(for-label (all-from-out scheme/base
|
||||
(file "../test.ss")
|
||||
(file "../text-ui.ss"))))
|
||||
schemeunit
|
||||
schemeunit/text-ui)))
|
Loading…
Reference in New Issue
Block a user