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:
parent
770767c11e
commit
e968b30bbc
12 changed files with 325 additions and 106 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
expected="(1 2 3)"
|
||||
actual=`echo '(1 2 3 )' | target/psse 2> /dev/null`
|
||||
actual=`echo '(1 2 3)' | target/psse 2> /dev/null`
|
||||
|
||||
if [ "${expected}" = "${actual}" ]
|
||||
then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue