aboutsummaryrefslogtreecommitdiffstats
path: root/test/src
diff options
context:
space:
mode:
Diffstat (limited to 'test/src')
-rw-r--r--test/src/treesit-tests.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/src/treesit-tests.el b/test/src/treesit-tests.el
index c995542a2ae..429e12088f7 100644
--- a/test/src/treesit-tests.el
+++ b/test/src/treesit-tests.el
@@ -360,6 +360,10 @@
360 ;; `treesit-parent-while' 360 ;; `treesit-parent-while'
361 ;; `treesit-node-children' 361 ;; `treesit-node-children'
362 ;; `treesit-node-field-name' 362 ;; `treesit-node-field-name'
363 ;; `treesit-next-sibling-or-up'
364 ;; `treesit-traverse-depth-first'
365 ;; `treesit-traverse-breadth-first'
366 ;; `treesit-traverse-forward-depth-first'
363 )) 367 ))
364 368
365;; TODO 369;; TODO