mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 10:27:41 +00:00
Remove test of treesit-language-at
Because now it just calls a user-supplied function rather than doing any work by itself. * test/src/treesit-tests.el (treesit-parser-supplemental): Remove the test.
This commit is contained in:
parent
f46eb3d3ca
commit
4552b01d8c
1 changed files with 0 additions and 3 deletions
|
|
@ -389,9 +389,6 @@ visible_end.)"
|
|||
(setq root-node (treesit-parser-root-node
|
||||
parser))
|
||||
(setq doc-node (treesit-node-child root-node 0)))
|
||||
;; `treesit-language-at'.
|
||||
(should (equal (treesit-language-at (point))
|
||||
'json))
|
||||
;; `treesit-set-ranges', `treesit-get-ranges'.
|
||||
(treesit-set-ranges 'json
|
||||
'((1 . 2)))
|
||||
|
|
|
|||
Loading…
Reference in a new issue