X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?p=sheep;a=blobdiff_plain;f=resources%2Fsuccess1.lisp;h=338b5b63afe3f13d72291159ef76b4a480749bcb;hp=57df504e22dfeaffdbaf8193e751c3b679db0303;hb=e9d1b7d;hpb=4c8ef06ce7bff14e78e79051870291d5075c42ea diff --git a/resources/success1.lisp b/resources/success1.lisp index 57df504..338b5b6 100644 --- a/resources/success1.lisp +++ b/resources/success1.lisp @@ -5,12 +5,18 @@ This is should all get pulled in and the markdown.md should be equal to success1.md.") (:export + #:test-condition #:func-that-does-stuff #:noargs #:result-list #:has-no-examples - #:values-result #:has-optional #:has-keywords #:has-rest - )) + #:values-result #:has-optional #:has-keywords #:has-rest)) (in-package #:success1) +(define-condition test-condition nil nil + (:documentation + "Simple documentation. + +For a simple condition.")) + (defun func-that-does-stuff (path x) "FUNC-THAT-DOES-STUFF PATH X => RESULT