adjust compiler-macro expansion and lambda-list parsing
[sbcl.git] / tests / print.impure.lisp
index 7261f62..5ab865c 100644 (file)
                     (assert (equal (row-major-aref a i) (row-major-aref copy i)))))))))
         :next))))
 
+(with-test (:name (:format :negative-colinc-and-mincol))
+  (assert (raises-error? (format nil "~-2a" 1)))
+  (assert (raises-error? (format nil "~,0a" 1))))
+
 ;;; success