aboutsummaryrefslogtreecommitdiff
path: root/test/functional/lua/luaeval_spec.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2024-09-23 07:14:10 -0700
committerGitHub <noreply@github.com>2024-09-23 07:14:10 -0700
commit34a40d3a50f71a4b5e06c36ed9f9110983984dbf (patch)
tree69f647ce5f5dba8f16cb2a55a2511b89df4db87e /test/functional/lua/luaeval_spec.lua
parent47e6b2233feffc6e9d94f6086fb904eb5688fa25 (diff)
parent17027d64726864c7bbdba5bee004eb581ac4b54a (diff)
downloadrneovim-34a40d3a50f71a4b5e06c36ed9f9110983984dbf.tar.gz
rneovim-34a40d3a50f71a4b5e06c36ed9f9110983984dbf.tar.bz2
rneovim-34a40d3a50f71a4b5e06c36ed9f9110983984dbf.zip
Merge #30435 refactor: rename "Dictionary" => "Dict"
Diffstat (limited to 'test/functional/lua/luaeval_spec.lua')
-rw-r--r--test/functional/lua/luaeval_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/lua/luaeval_spec.lua b/test/functional/lua/luaeval_spec.lua
index e66d457237..2b23f72c7d 100644
--- a/test/functional/lua/luaeval_spec.lua
+++ b/test/functional/lua/luaeval_spec.lua
@@ -186,7 +186,7 @@ describe('luaeval()', function()
end)
it('issues an error in some cases', function()
- eq("Vim(call):E5100: Cannot convert given lua table: table should contain either only integer keys or only string keys",
+ eq("Vim(call):E5100: Cannot convert given Lua table: table should contain either only integer keys or only string keys",
exc_exec('call luaeval("{1, foo=2}")'))
startswith("Vim(call):E5107: Error loading lua [string \"luaeval()\"]:",