- 13 Jan, 2003 1 commit
-
-
pfdietz authored
-
- 17 Oct, 2002 1 commit
-
-
pfdietz authored
These are the same as the original except they are guaranteed to return T when a true value is to be returned. Added NOTNOT, which coerces true to T. These changes are intended to make the test more fully standard compliant, avoiding the unwarranted assumption that a function that returns true is returning T (even though this is the case in many implementations.) Added tests for NIL, T, NOT, and NULL.
-
- 04 Oct, 2002 1 commit
-
-
pfdietz authored
Fixed problem string-capitalize.2; added tests for nstring-upcase, nstring-downcase, and nstring-capitalize.
-