Huge progress. Now actually working.

This commit is contained in:
simon 2017-09-13 15:58:59 +01:00
parent 9661ad339a
commit 0826dcfdda
18 changed files with 205 additions and 90 deletions

View file

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