X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fexpect.sh;h=383b5f87af51a18fe9805d7b33ec35b48bb940b9;hb=1ac6167d26eb60a2b7e46bc39f4b091e39b5e03d;hp=b3c986cc5a3e9f8f3c62856dd29bd0f332745b51;hpb=0794cd3908a441222f430ba0cf3bb7c3e1a96c63;p=sbcl.git diff --git a/tests/expect.sh b/tests/expect.sh index b3c986c..383b5f8 100644 --- a/tests/expect.sh +++ b/tests/expect.sh @@ -1,111 +1,143 @@ # file to be sourced by scripts wanting to test the compiler +. ./subr.sh + # Check that compiling and loading the file $1 generates an error # at load time; also that just loading it directly (into the # interpreter) generates an error. + +# In bash, +# +# function callee() { cat } +# function caller() { callee bar <