Daniel Llorens <[email protected]> skribis: > +(with-test-prefix "array-copy!" > + > + (with-test-prefix "rank 2" > + (pass-if (let ((a #2((1 2) (3 4))) > + (b (make-array 0 2 2))
Can you make that:
(with-test-prefix "array-copy!"
(pass-if "rank 2"
(let ((a ...))))
(Same for the following tests.)
TIA,
Ludo’.
