naming convention for non-exported names Per Bothner 22 Feb 2006 00:50 UTC

The srfi-64 reference implementation testing.scm is rather
inconsistent about how to name "private" functions and macros:
test-evaluate-with-catch%
test-%any-specifier-matches
I don't have any strong feeling, but if there is a commonly-used
convention, I'd like to use it.  We could also use the form:
%test-some-name
or
test%-some-name
as well as the currently-used variations:
test-%some-name
test-some-name%
--
	--Per Bothner
xxxxxx@bothner.com   http://per.bothner.com/