diff options
| author | William Boman <william@redwill.se> | 2022-04-18 21:34:31 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-18 21:34:31 +0200 |
| commit | 43b273803e39f355f704bfdb3037ea83cee664e2 (patch) | |
| tree | b0aca00c9d36a160be512b5d94834e91ac897e7c /tests/core/spawn_spec.lua | |
| parent | add cargo to healthcheck (diff) | |
| download | mason-43b273803e39f355f704bfdb3037ea83cee664e2.tar mason-43b273803e39f355f704bfdb3037ea83cee664e2.tar.gz mason-43b273803e39f355f704bfdb3037ea83cee664e2.tar.bz2 mason-43b273803e39f355f704bfdb3037ea83cee664e2.tar.lz mason-43b273803e39f355f704bfdb3037ea83cee664e2.tar.xz mason-43b273803e39f355f704bfdb3037ea83cee664e2.tar.zst mason-43b273803e39f355f704bfdb3037ea83cee664e2.zip | |
fix(spawn): recursively parse arglist (#610)
Diffstat (limited to 'tests/core/spawn_spec.lua')
| -rw-r--r-- | tests/core/spawn_spec.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/core/spawn_spec.lua b/tests/core/spawn_spec.lua index 7c0a27f8..be23a4ff 100644 --- a/tests/core/spawn_spec.lua +++ b/tests/core/spawn_spec.lua @@ -56,6 +56,7 @@ describe("async spawn", function() spawn._when(true, "-c"), spawn._when(false, "shouldnotbeincluded"), vim.NIL, + { vim.NIL, vim.NIL }, 'echo "Hello $VAR"', env = { "VAR=world" }, } |
