]> git.eshelyaron.com Git - emacs.git/commit
Gather variable binding tests in data-tests.el
authorSean Whitton <spwhitton@spwhitton.name>
Fri, 30 May 2025 10:41:06 +0000 (11:41 +0100)
committerEshel Yaron <me@eshelyaron.com>
Sat, 7 Jun 2025 19:53:42 +0000 (21:53 +0200)
commit32f9159051a6dffd406746be70d8f5beabef335d
treebcea3baa85b875b613b5eb925ab7e4ab84d02367
parenta531572c2a80467464e8611f4755a460a1be3d23
Gather variable binding tests in data-tests.el

* test/lisp/emacs-lisp/lisp-tests.el (c-e-x, c-e-l):
Move to data-tests.el.
(core-elisp-tests-2-window-configurations): Rename ...
(core-elisp-tests-1-window-configurations): ... to this.
(core-elisp-tests-3-backquote): Rename ...
(core-elisp-tests-2-backquote): ... to this.
(core-elisp-tests-1-defvar-in-let)
(core-elisp-tests-4-toplevel-values): Move and rename ...
* test/src/data-tests.el (binding-test-defvar-in-let)
(binding-test-toplevel-values): ... to these.
(c-e-x, c-e-l): Moved from data-tests.el.

(cherry picked from commit f699b6e4f409c0cc98703a2cea9b243ff8cb570a)
test/lisp/emacs-lisp/lisp-tests.el
test/src/data-tests.el