diff options
Diffstat (limited to 'test/hover/init.lua')
-rw-r--r-- | test/hover/init.lua | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/test/hover/init.lua b/test/hover/init.lua index cb7d49f3..839c9311 100644 --- a/test/hover/init.lua +++ b/test/hover/init.lua @@ -793,27 +793,27 @@ TEST [[ ]] [[ global _G: _G { - _G: table, + _G: _G, _VERSION: string = "Lua 5.4", arg: table, assert: function, - bit32: table, + bit32: bit32*, collectgarbage: function, - coroutine: table, - debug: table, + coroutine: coroutine*, + debug: debug*, dofile: function, error: function, getfenv: function, getmetatable: function, - io: table, + io: io*, ipairs: function, load: function, loadfile: function, loadstring: function, - math: table, + math: math*, module: function, next: function, - os: table, + os: os*, package: table, pairs: function, pcall: function, @@ -826,13 +826,13 @@ global _G: _G { select: function, setfenv: function, setmetatable: function, - string: table, - table: table, + string: string*, + table: table*, tonumber: function, tostring: function, type: function, unpack: function, - utf8: table, + utf8: utf8*, warn: function, xpcall: function, } |