diff options
| author | Marco Hinz <mh.codebro@gmail.com> | 2021-04-07 16:40:56 +0200 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-07 16:40:56 +0200 | 
| commit | cd75d3289aa7ae4176b9cee9aceafb4b9abdba5e (patch) | |
| tree | a32873fb0e3c9d6b5f6e6a409381bb42c3ffde58 /test/functional | |
| parent | 91cdc11984465287539ed8f63716bb371f440ea1 (diff) | |
| parent | 952508d4056b7869720f4a446f2d49963eaf937d (diff) | |
| download | rneovim-cd75d3289aa7ae4176b9cee9aceafb4b9abdba5e.tar.gz rneovim-cd75d3289aa7ae4176b9cee9aceafb4b9abdba5e.tar.bz2 rneovim-cd75d3289aa7ae4176b9cee9aceafb4b9abdba5e.zip | |
Merge pull request #14200 from teto/treesitter-checkhealth
feat: treesitter checkhealth
Diffstat (limited to 'test/functional')
| -rw-r--r-- | test/functional/treesitter/language_spec.lua | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/test/functional/treesitter/language_spec.lua b/test/functional/treesitter/language_spec.lua index a5801271cb..afb17dd2cf 100644 --- a/test/functional/treesitter/language_spec.lua +++ b/test/functional/treesitter/language_spec.lua @@ -45,7 +45,7 @@ describe('treesitter API', function()        return {keys, lang.fields, symbols}      ]])) -    eq({fields=true, symbols=true}, keys) +    eq({fields=true, symbols=true, _abi_version=true}, keys)      local fset = {}      for _,f in pairs(fields) do | 
