post-scarcity/unit-tests
Simon Brooke 27fd678888 Tried to get more sensible printing of floating point numbers
Results are quite disappointing. Resolution on long doubles is nothing like as good as I hoped; they're out by one part in 10^20.

All unit tests except one pass, and the one that doesn't is a very minor rounding issue, so I'm calling it good.
2018-12-08 00:29:05 +00:00
..
add.sh Tried to get more sensible printing of floating point numbers 2018-12-08 00:29:05 +00:00
apply.sh More work on apply, also trying to read dotted pairs. 2017-10-15 17:01:03 +01:00
complex-list.sh Fixed a number of unit tests (problems were output format, not actual bugs) 2017-10-07 15:11:07 +01:00
cond.sh COND working 2017-10-16 14:37:09 +01:00
empty-list.sh Fixed misnamed unit test file; upversioned to 0.0.2 2018-12-07 06:51:00 +00:00
empty-string.sh Fixed a number of unit tests (problems were output format, not actual bugs) 2017-10-07 15:11:07 +01:00
eval-integer.sh Several new unit tests 2018-12-07 06:32:51 +00:00
eval-quote-sexpr.sh Several new unit tests 2018-12-07 06:32:51 +00:00
eval-quote-symbol.sh Several new unit tests 2018-12-07 06:32:51 +00:00
eval-real.sh Several new unit tests 2018-12-07 06:32:51 +00:00
eval-string.sh Several new unit tests 2018-12-07 06:32:51 +00:00
fred.sh Fixed a number of unit tests (problems were output format, not actual bugs) 2017-10-07 15:11:07 +01:00
integer-allocation.sh All tests still pass and a lot of debugging junk is gone 2017-09-13 00:25:11 +01:00
integer.sh Fixed a number of unit tests (problems were output format, not actual bugs) 2017-10-07 15:11:07 +01:00
multiply.sh Tried to get more sensible printing of floating point numbers 2018-12-08 00:29:05 +00:00
nil.sh Fixed a number of unit tests (problems were output format, not actual bugs) 2017-10-07 15:11:07 +01:00
progn.sh COND working 2017-10-16 14:37:09 +01:00
quote.sh Fixed a number of unit tests (problems were output format, not actual bugs) 2017-10-07 15:11:07 +01:00
quoted-list.sh Fixed a number of unit tests (problems were output format, not actual bugs) 2017-10-07 15:11:07 +01:00
simple-list.sh Fixed a number of unit tests (problems were output format, not actual bugs) 2017-10-07 15:11:07 +01:00
string-allocation.sh Tried to get more sensible printing of floating point numbers 2018-12-08 00:29:05 +00:00
string-with-spaces.sh Fixed a number of unit tests (problems were output format, not actual bugs) 2017-10-07 15:11:07 +01:00