diff options
Diffstat (limited to 'examples/examples.lisp')
-rw-r--r-- | examples/examples.lisp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/examples.lisp b/examples/examples.lisp index c9f8a07..bf59434 100644 --- a/examples/examples.lisp +++ b/examples/examples.lisp @@ -119,3 +119,4 @@ tests that aren't part of the package you're testing." (:is (typep 10 'optional-int)) (:is (not (typep "foo" 'optional-int)))) '(or integer null)) + |