* Re: master 0cf0a2b 1/5: Add new sequence function 'seq-union'
@ 2021-09-17 12:03 Eli Zaretskii
2021-09-17 12:12 ` Stefan Kangas
0 siblings, 1 reply; 2+ messages in thread
From: Eli Zaretskii @ 2021-09-17 12:03 UTC (permalink / raw)
To: Stefan Kangas; +Cc: emacs-devel
> + (let ((v1 '(1 2 3 4 5 6))
> + (v2 '(4 5 6 7 8 9)))
> + (should (same-contents-p (seq-union v1 v2)
> + '(1 2 3 4 5 6 7 8 9))))
> +
> + (let ((v1 '(1 2 3 4 5 6))
> + (v2 '(4 5 6 7 8 9)))
> + (should (same-contents-p (seq-union v1 v2)
> + '(1 2 3 4 5 6 7 8 9))))
These two tests seem to be identical, or did I miss something?
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: master 0cf0a2b 1/5: Add new sequence function 'seq-union'
2021-09-17 12:03 master 0cf0a2b 1/5: Add new sequence function 'seq-union' Eli Zaretskii
@ 2021-09-17 12:12 ` Stefan Kangas
0 siblings, 0 replies; 2+ messages in thread
From: Stefan Kangas @ 2021-09-17 12:12 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: Emacs developers
Eli Zaretskii <eliz@gnu.org> writes:
> These two tests seem to be identical,
Thanks, now fixed on master.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-09-17 12:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-17 12:03 master 0cf0a2b 1/5: Add new sequence function 'seq-union' Eli Zaretskii
2021-09-17 12:12 ` Stefan Kangas
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).