diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-03-08 19:41:06 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-03-08 19:41:06 +0800 |
commit | 256b37771a9203ab0c27d5690e35d9a1f9185465 (patch) | |
tree | ffe9fda7167f17099dd3bdcfa27ec5c4e51dadca /test.lua | |
parent | dd7317a907b88cb102f45535ef19d67b47564c7f (diff) | |
download | lua-language-server-256b37771a9203ab0c27d5690e35d9a1f9185465.zip |
update
Diffstat (limited to 'test.lua')
-rw-r--r-- | test.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,8 +52,8 @@ end local function testAll() test 'basic' test 'definition' - test 'references' test 'type_inference' + test 'references' test 'hover' test 'completion' test 'crossfile' |