File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ lclient():start(function (languageClient)
3434 })
3535
3636 assert (util .equal (jsonc .decode_jsonc (util .loadFile (configPath )), {
37- [' Lua. runtime.version' ] = ' LuaJIT' ,
37+ [' runtime.version' ] = ' LuaJIT' ,
3838 }))
3939
4040 ---- ---------------------------
@@ -72,7 +72,7 @@ lclient():start(function (languageClient)
7272 })
7373
7474 assert (util .equal (jsonc .decode_jsonc (util .loadFile (configPath )), {
75- [' Lua. diagnostics.disable' ] = {
75+ [' diagnostics.disable' ] = {
7676 ' undefined-global' ,
7777 }
7878 }))
@@ -140,7 +140,7 @@ lclient():start(function (languageClient)
140140 })
141141
142142 assert (util .equal (jsonc .decode_jsonc (util .loadFile (configPath )), {
143- [' Lua. runtime.special' ] = {
143+ [' runtime.special' ] = {
144144 [' include' ] = ' require' ,
145145 }
146146 }))
You can’t perform that action at this time.
0 commit comments