Fix treesit test (bug#71907)
* test/src/treesit-tests.el (treesit-node-check): Re-parse buffer before checking for node outdated-ness.
This commit is contained in:
@@ -842,6 +842,7 @@ visible_end.)"
|
||||
'missing))
|
||||
(goto-char (point-max))
|
||||
(insert "]")
|
||||
(treesit-parser-root-node parser)
|
||||
(should (treesit-node-check array-node 'outdated))))
|
||||
|
||||
;;; Defun navigation
|
||||
|
||||
Reference in New Issue
Block a user