diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-02-10 16:10:56 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-02-10 16:10:56 +0800 |
commit | e81e3400f29bf310e05afb9305a2cfa1c3271873 (patch) | |
tree | 263fd3cc9c000e04045b293db2256ab7213a57c1 /test.lua | |
parent | f335c413a409c1f03e379d7d5e1d5b377d378a0f (diff) | |
download | lua-language-server-e81e3400f29bf310e05afb9305a2cfa1c3271873.zip |
update
Diffstat (limited to 'test.lua')
-rw-r--r-- | test.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,8 +51,8 @@ end local function testAll() test 'basic' - test 'references' test 'definition' + test 'references' test 'type_inference' test 'hover' test 'completion' |