diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2024-04-17 16:06:19 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2024-04-17 16:06:19 +0800 |
commit | 87aa5816903444cd192b752a72bc3ca86e70fb63 (patch) | |
tree | 621b7c9df4d98ef86f6a5e172768767a48cac1da /test/crossfile | |
parent | f208589b5c840410dc2ceca057ca3ab4024ea4a1 (diff) | |
download | lua-language-server-87aa5816903444cd192b752a72bc3ca86e70fb63.zip |
修复测试
Diffstat (limited to 'test/crossfile')
-rw-r--r-- | test/crossfile/hover.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/crossfile/hover.lua b/test/crossfile/hover.lua index a18c714b..8acae6f5 100644 --- a/test/crossfile/hover.lua +++ b/test/crossfile/hover.lua @@ -95,7 +95,7 @@ TEST { * [a.lua](file:///a.lua) (搜索路径: `?.lua`)]], } -if require 'bee.platform'.OS == 'Windows' then +if require 'bee.platform'.os == 'windows' then TEST { { path = 'Folder/a.lua', |