1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

Fix tree-sitter test (bug#63481)

* test/src/treesit-tests.el (treesit-basic-parsing): Latest json
parser doesn't return an error on empty buffer or multiple objects
anymore [1].

40a81c01a4
This commit is contained in:
Yuan Fu 2023-05-18 14:44:26 -07:00
parent 3bc5efb87e
commit 459d08c7fe
No known key found for this signature in database
GPG Key ID: 56E19BC57664A442

View File

@ -66,7 +66,7 @@
(should
(equal (treesit-node-string
(treesit-parser-root-node parser))
"(ERROR)"))
"(document)"))
(insert "[1,2,3]")
(should