mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Remove nconcq! test
The macro was removed some time ago.
This commit is contained in:
@ -101,12 +101,6 @@
|
|||||||
(expect (appendq! list '(d e f))
|
(expect (appendq! list '(d e f))
|
||||||
:to-equal '(a b c d e f)))))
|
:to-equal '(a b c d e f)))))
|
||||||
|
|
||||||
(describe "nconcq!"
|
|
||||||
(it "nconc's a list to a list symbol"
|
|
||||||
(let ((list '(a b c)))
|
|
||||||
(expect (nconcq! list '(d e f))
|
|
||||||
:to-equal '(a b c d e f)))))
|
|
||||||
|
|
||||||
(describe "delq!"
|
(describe "delq!"
|
||||||
(it "delete's a symbol from a list"
|
(it "delete's a symbol from a list"
|
||||||
(let ((list '(a b c)))
|
(let ((list '(a b c)))
|
||||||
|
Reference in New Issue
Block a user