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:
parent
684e96a30d
commit
17c62c1242
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user