Loading TODO +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ * suppress stack trace output when in errset @ fix existing regtests; 028 + fix existing regtests + read Loading tests/notyet/999-shell.lisp→tests/029-shell.lisp +1 −1 Original line number Diff line number Diff line (let ((command "uname -a")) (format t "\nOutput of %v:\n" command) (format t "\nOutput of %s:\n" command) (shell command)) tests/030-assoc.lisp +1 −1 Original line number Diff line number Diff line (debug t) (defvar the-alist '((3 . 4) (7 . 5) (lala . humdi) Loading tests/035-read.lisp→tests/031-read.lisp +0 −0 File moved. View file tests/notyet/032-delete.lisp→tests/032-delete.lisp +0 −12 Original line number Diff line number Diff line Loading @@ -9,17 +9,5 @@ (testcmp "delete list 7" '(errset (delete 'g '(a b c d e . f))) nil) (testcmp "delete list 8" '(delete 'g '(a g b g c g)) '(a b c)) (testcmp "delete string 0" '(delete 'a "der Tag, als Conny Kramer starb") "der Tag, als Conny Kramer starb") (testcmp "delete string 1" '(delete ?a "der Tag, als Conny Kramer starb") "der Tg, ls Conny Krmer strb") (testcmp "delete string 1" '(delete ?a "") "") (testcmp "delete vector 0" '(delete 'c [a b c d e f]) [a b d e f]) (testcmp "delete vector 1" '(delete 'a [a b c d e f]) [b c d e f]) (testcmp "delete vector 2" '(delete 'f [a b c d e f]) [a b c d e]) (testcmp "delete vector 3" '(delete 'g [a b c d e f]) [a b c d e f]) (testcmp "delete vector 4" '(delete 'g nil) nil) (testcmp "delete symbol 0" '(delete 'a nil) nil) (testcmp "delete symbol 1" '(errset (delete 'a 'b)) nil) Loading
TODO +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ * suppress stack trace output when in errset @ fix existing regtests; 028 + fix existing regtests + read Loading
tests/notyet/999-shell.lisp→tests/029-shell.lisp +1 −1 Original line number Diff line number Diff line (let ((command "uname -a")) (format t "\nOutput of %v:\n" command) (format t "\nOutput of %s:\n" command) (shell command))
tests/030-assoc.lisp +1 −1 Original line number Diff line number Diff line (debug t) (defvar the-alist '((3 . 4) (7 . 5) (lala . humdi) Loading
tests/notyet/032-delete.lisp→tests/032-delete.lisp +0 −12 Original line number Diff line number Diff line Loading @@ -9,17 +9,5 @@ (testcmp "delete list 7" '(errset (delete 'g '(a b c d e . f))) nil) (testcmp "delete list 8" '(delete 'g '(a g b g c g)) '(a b c)) (testcmp "delete string 0" '(delete 'a "der Tag, als Conny Kramer starb") "der Tag, als Conny Kramer starb") (testcmp "delete string 1" '(delete ?a "der Tag, als Conny Kramer starb") "der Tg, ls Conny Krmer strb") (testcmp "delete string 1" '(delete ?a "") "") (testcmp "delete vector 0" '(delete 'c [a b c d e f]) [a b d e f]) (testcmp "delete vector 1" '(delete 'a [a b c d e f]) [b c d e f]) (testcmp "delete vector 2" '(delete 'f [a b c d e f]) [a b c d e]) (testcmp "delete vector 3" '(delete 'g [a b c d e f]) [a b c d e f]) (testcmp "delete vector 4" '(delete 'g nil) nil) (testcmp "delete symbol 0" '(delete 'a nil) nil) (testcmp "delete symbol 1" '(errset (delete 'a 'b)) nil)