some updates in tseting spec and implementation Per Bothner 03 Apr 2005 07:45 UTC

I've made some updates to my "working copy":
http://per.bothner.com/scm-testing.html

- Fixes some typos reported by Donovan Kolby.
- Changes parameter order so expected first comes before operand.
- Moved optional count from test-end to test-begin.
- The PASS, FAIL, XPASS, XFAIL, SKIP symbols were lower-cased.
- Added test-approximate.
- A typograpical change: I've made the "definiing occurrence"
of some of the forms in build face.  Comments in the style are
welcome.  See the "Simple test-cases" section for examples.

I also updated the reference implementation:
http://per.bothner.com/testing.scm
This matches the changes klisted above.
In addition:
- There is a check that the number of tests matches the number
specified in a test-begin.
- The implementation of the "test-runner record type" has changed
to make it a little easier to add a new field.

I'll ask the Editors to update the official site later.  However,
there is another set of changes I might want to make first.
I'll discuss that in a separate message.
--
	--Per Bothner
xxxxxx@bothner.com   http://per.bothner.com/