diff options
author | Yuan Fu <casouri@gmail.com> | 2022-12-28 00:32:37 -0800 |
---|---|---|
committer | Yuan Fu <casouri@gmail.com> | 2022-12-28 00:32:37 -0800 |
commit | eedc9d79aed0c795b6f0687bc49993cb626c4039 (patch) | |
tree | 875fa1790769f00c91222684222ed1f2f1298f24 /test/src/treesit-tests.el | |
parent | 248c13dcfe1b9618811a6fe67e967b25b1a8f139 (diff) | |
download | emacs-eedc9d79aed0c795b6f0687bc49993cb626c4039.tar.gz emacs-eedc9d79aed0c795b6f0687bc49993cb626c4039.tar.bz2 emacs-eedc9d79aed0c795b6f0687bc49993cb626c4039.zip |
Fix tree-sitter typos
* doc/lispref/parsing.texi (Tree-sitter major modes):
* lisp/progmodes/java-ts-mode.el:
* test/src/treesit-tests.el (treesit-defun-navigation-nested-4): Fix
typo.
Diffstat (limited to 'test/src/treesit-tests.el')
-rw-r--r-- | test/src/treesit-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/treesit-tests.el b/test/src/treesit-tests.el index ec686c69642..f7f0c96efa9 100644 --- a/test/src/treesit-tests.el +++ b/test/src/treesit-tests.el @@ -1046,7 +1046,7 @@ the prev-beg, now point should be at marker 103\", etc.") (ert-deftest treesit-defun-navigation-nested-4 () "Test defun navigation using Elixir. This tests bug#60355." - (skip-unless (treesit-language-available-p 'bash)) + (skip-unless (treesit-language-available-p 'elixir)) ;; Nested defun navigation (let ((treesit-defun-tactic 'nested) (pred (lambda (node) |