mirror of
https://github.com/neovim/neovim.git
synced 2025-12-15 19:05:40 +00:00
*: Hide list implementation in other files as well
This commit is contained in:
@@ -118,6 +118,8 @@ describe('NULL', function()
|
||||
null_expr_test('does not crash setreg', 'setreg("x", L)', 0, 0)
|
||||
null_expr_test('does not crash systemlist()', 'systemlist("cat", L)', 0, {})
|
||||
null_expr_test('does not crash setline', 'setline(1, L)', 0, 0)
|
||||
null_test('does not make Neovim crash when v:oldfiles gets assigned to that', ':let v:oldfiles = L|oldfiles', 0)
|
||||
-- FIXME Add test for complete(, L)
|
||||
end)
|
||||
describe('dict', function()
|
||||
it('does not crash when indexing NULL dict', function()
|
||||
|
||||
Reference in New Issue
Block a user