summaryrefslogtreecommitdiff
path: root/test/tclient
diff options
context:
space:
mode:
authoractboy168 <actboy168@gmail.com>2024-02-26 11:17:59 +0800
committeractboy168 <actboy168@gmail.com>2024-02-26 11:17:59 +0800
commitab34c3f920a5a20a284e67ebbc3dc53df89e00f6 (patch)
tree461921d4ad722ffddae12b2b4229fc450ddc51d4 /test/tclient
parentfec4e41cc15e689d62f1fee50295abca4e72056e (diff)
downloadlua-language-server-ab34c3f920a5a20a284e67ebbc3dc53df89e00f6.zip
platform.OS -> platform.os
Diffstat (limited to 'test/tclient')
-rw-r--r--test/tclient/tests/jump-source.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tclient/tests/jump-source.lua b/test/tclient/tests/jump-source.lua
index 84a4dcd5..c9e093c0 100644
--- a/test/tclient/tests/jump-source.lua
+++ b/test/tclient/tests/jump-source.lua
@@ -163,7 +163,7 @@ print(D3)
position = { line = 9, character = 7 },
})
- if platform.OS == 'Windows' then
+ if platform.os == 'windows' then
assert(util.equal(locations, {
{
uri = 'file:///d%3A/xxx/2.lua',