added two string functions, doc updates
This commit is contained in:
@@ -11,6 +11,8 @@
|
||||
|
||||
(defun ut::assert-false (test) (ut::assert-equal nil test))
|
||||
|
||||
(defun ut::assert-nil (test) (ut::assert-equal nil test))
|
||||
|
||||
(defun ut::define-test (name exp_list)
|
||||
(set! ut::tests_list (push ut::tests_list (list name exp_list))))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user