neovim/test/functional/provider
dundargoc 3e8955094a
test: re-bundle cat on windows (#21255)
The builtin cat was removed in 4bc9229ecb
as it is not used during runtime but only for tests. However, it is a
very small and useful utility program that we need for a lot of our
tests, so there's no harm in bundling it, and it helps us avoid
complicating our build system by having two versions of neovim (neovim
for users and neovim for testing).

Also skip tests if "grep" or "sleep" isn't available.
2023-03-14 09:12:26 +08:00
..
clipboard_spec.lua fix(clipboard): show provider warning when not during batch changes #21451 2023-01-03 15:17:54 -08:00
define_spec.lua
nodejs_spec.lua feat(server): set $NVIM, unset $NVIM_LISTEN_ADDRESS #11009 2022-05-03 06:08:35 -07:00
perl_spec.lua test: re-bundle cat on windows (#21255) 2023-03-14 09:12:26 +08:00
provider_spec.lua [RFC] fix: has('python') error (#17252) 2022-01-31 15:06:46 +01:00
python3_spec.lua test(python3_spec): use a pattern to match SyntaxError message (#17705) 2022-03-13 22:05:56 +08:00
ruby_spec.lua