X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fexpect.sh;h=383b5f87af51a18fe9805d7b33ec35b48bb940b9;hb=d7875c296a4988e9f27e2776237884deb1984c62;hp=60cbdc8cb1a9466af9fed2c066d6224de33fa940;hpb=a69ce2e3ddf66eb87010ecdd3617a286caa8e69a;p=sbcl.git diff --git a/tests/expect.sh b/tests/expect.sh index 60cbdc8..383b5f8 100644 --- a/tests/expect.sh +++ b/tests/expect.sh @@ -5,27 +5,39 @@ # 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 <