updated expected (cons 1 2) error message
This commit is contained in:
parent
cf5192226e
commit
afc01ca2d1
|
@ -428,7 +428,7 @@
|
||||||
(t 'bad-cons m:upto-int/lam
|
(t 'bad-cons m:upto-int/lam
|
||||||
(cons 1 2)
|
(cons 1 2)
|
||||||
:: {(cons 1 2)}
|
:: {(cons 1 2)}
|
||||||
-> error: "cons: second argument must be of type <list>, given 1 and 2")
|
-> error: "cons: second argument must be a list, but received 1 and 2")
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user