diff options
author | colin <colin@cicadas.surf> | 2024-02-04 11:02:32 -0800 |
---|---|---|
committer | colin <colin@cicadas.surf> | 2024-02-04 11:02:32 -0800 |
commit | c978852f91901252c7b8c5d5a1fd31918d374932 (patch) | |
tree | aba259631bf7d547868e02578774c785cd096773 /examples | |
parent | 7159a111b28fa88af41967e195b78c1571059d7a (diff) |
test suites; readme
Diffstat (limited to 'examples')
-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)) + |