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
|
scribble/manual
|
||||||
|
|
||||||
(for-label scheme/base
|
(for-label scheme/base
|
||||||
(file "../test.ss")
|
schemeunit
|
||||||
(file "../text-ui.ss")))
|
schemeunit/text-ui))
|
||||||
|
|
||||||
(provide
|
(provide
|
||||||
(all-from-out scribble/eval
|
(all-from-out scribble/eval
|
||||||
scribble/manual)
|
scribble/manual)
|
||||||
(for-label (all-from-out scheme/base
|
(for-label (all-from-out scheme/base
|
||||||
(file "../test.ss")
|
schemeunit
|
||||||
(file "../text-ui.ss"))))
|
schemeunit/text-ui)))
|
Loading…
Reference in New Issue
Block a user