X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fexpect.sh;h=383b5f87af51a18fe9805d7b33ec35b48bb940b9;hb=cf49f2d086069a9c1b57f501df9a6a0bd3a34c3c;hp=84617f051f00decaceb0366c66025740839407ba;hpb=840f5a3fa4c9142fd0d63dea8e8b76bce49aaf67;p=sbcl.git diff --git a/tests/expect.sh b/tests/expect.sh index 84617f0..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 <