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:
@@ -66,7 +66,7 @@
|
||||
(should
|
||||
(equal (treesit-node-string
|
||||
(treesit-parser-root-node parser))
|
||||
"(ERROR)"))
|
||||
"(document)"))
|
||||
|
||||
(insert "[1,2,3]")
|
||||
(should
|
||||
|
||||
Reference in New Issue
Block a user