X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?p=wolf;a=blobdiff_plain;f=resources%2Finvalidindent2.lisp;fp=resources%2Finvalidindent2.lisp;h=83d92dc047f7ef0d6ebee055114a3629b7012004;hp=0000000000000000000000000000000000000000;hb=4ce7dfc301ff2317fe5591a9c23f17e8ac7b7367;hpb=52971da82a4de888ce44eedbc942ee480bc0306f diff --git a/resources/invalidindent2.lisp b/resources/invalidindent2.lisp new file mode 100644 index 0000000..83d92dc --- /dev/null +++ b/resources/invalidindent2.lisp @@ -0,0 +1,16 @@ +(in-package #:nothing) + +(defun small-guy (a b) (+ a b)) +(defun small-guy-2 (a b) (+ a b)) + +(defun hello-world (a b c) + (progn + (let + ((x + y) + (z + 9)) + (with-open-file (str "increasinglylongfilenamesfailme.dat" :direction :input :if-does-not-exist :create) + (when + (read-line str) + (format t "This file had some things in int, yay!~%")))))