Sorted out some interesting buglets in read and print (although there is

still one I know of). More unit tests, and all pass. Not evalling yet.

Good day's work.
This commit is contained in:
Simon Brooke 2017-01-20 18:24:48 +00:00
parent 770767c11e
commit e968b30bbc
12 changed files with 325 additions and 106 deletions

View file

@ -1,6 +1,6 @@
#!/bin/bash
expected=NIL
expected=nil
actual=`echo '()' | target/psse 2> /dev/null`
if [ "${expected}" = "${actual}" ]