mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
Fix lua-ts-mode-tests.el
* test/lisp/progmodes/lua-ts-mode-tests.el (lua-ts-test-auto-close-block-comments): Skip when needed.
This commit is contained in:
parent
fb5e6c6bb7
commit
97e2e90519
1 changed files with 1 additions and 0 deletions
|
|
@ -83,6 +83,7 @@
|
|||
`(call-with-saved-electric-modes (lambda () ,@body)))
|
||||
|
||||
(ert-deftest lua-ts-test-auto-close-block-comments ()
|
||||
(skip-unless (treesit-ready-p 'lua t))
|
||||
(save-electric-modes
|
||||
(with-temp-buffer
|
||||
(dlet ((lua-ts-auto-close-block-comments t))
|
||||
|
|
|
|||
Loading…
Reference in a new issue