<div>Working on the tests in output-tests.lisp, I noticed that failures are</div><div>being reported with expected and actual values backwards.</div><div><br></div><div>That is, when the runner says</div><div><br></div><div>

    blah evaluated to "foo" which is not string= to "bar"</div><div><br></div><div>... "foo" is actually the expected value and "bar" the actual, so the</div><div>message ought to say:</div>

<div><br></div><div>    blah evaluated to "bar" which is not string= to "foo".</div><div><br></div><div>Daniel</div>