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:
Noel Welsh 2009-03-25 13:36:57 +00:00
parent aedb49db8d
commit 004eb4ca6d

View File

@ -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)))