mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-06 04:09:37 +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:
parent
3bc5efb87e
commit
459d08c7fe
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@
|
||||||
(should
|
(should
|
||||||
(equal (treesit-node-string
|
(equal (treesit-node-string
|
||||||
(treesit-parser-root-node parser))
|
(treesit-parser-root-node parser))
|
||||||
"(ERROR)"))
|
"(document)"))
|
||||||
|
|
||||||
(insert "[1,2,3]")
|
(insert "[1,2,3]")
|
||||||
(should
|
(should
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue