1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

Rename treesitter test

* test/lisp/align-tests.el (align-ts-lua): Rename test in order to
fit to treesitter tests on EMBA.
This commit is contained in:
Michael Albinus 2024-07-15 19:25:42 +02:00
parent 684e96a30d
commit 17c62c1242

View File

@ -51,7 +51,7 @@
(autoload 'treesit-ready-p "treesit")
(ert-deftest align-lua ()
(ert-deftest align-ts-lua ()
(skip-unless (treesit-ready-p 'lua t))
(let ((comment-column 20)
(indent-tabs-mode nil))