diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2020-11-01 12:03:56 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-01 12:03:56 -0500 |
commit | ba1ff710782960a1be6ebe7342bb26a556f300fa (patch) | |
tree | d9b39f3166041780ba44c174a363f6e111dc483a /test/functional/eval/null_spec.lua | |
parent | 8821587748058ee1ad8523865b30a03582f8d7be (diff) | |
parent | 057e21b1e771e164346dd1723dbaf539e002270c (diff) | |
download | rneovim-ba1ff710782960a1be6ebe7342bb26a556f300fa.tar.gz rneovim-ba1ff710782960a1be6ebe7342bb26a556f300fa.tar.bz2 rneovim-ba1ff710782960a1be6ebe7342bb26a556f300fa.zip |
Merge pull request #13197 from janlazo/vim-8.2.1925
vim-patch:8.2.{639,666,1925,1926,1929,1932}
Diffstat (limited to 'test/functional/eval/null_spec.lua')
-rw-r--r-- | test/functional/eval/null_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/eval/null_spec.lua b/test/functional/eval/null_spec.lua index db0a706319..fa8f7d873f 100644 --- a/test/functional/eval/null_spec.lua +++ b/test/functional/eval/null_spec.lua @@ -132,7 +132,7 @@ describe('NULL', function() end) describe('dict', function() it('does not crash when indexing NULL dict', function() - eq('\nE716: Key not present in Dictionary: test\nE15: Invalid expression: v:_null_dict.test', + eq('\nE716: Key not present in Dictionary: "test"\nE15: Invalid expression: v:_null_dict.test', redir_exec('echo v:_null_dict.test')) end) null_expr_test('makes extend error out', 'extend(D, {})', 'E742: Cannot change value of extend() argument', 0) |