diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-06-20 20:58:56 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-06-20 20:58:56 +0800 |
commit | c65de666e0a3706b921993648910ef531c47c607 (patch) | |
tree | 034c07b07b3a4c8109e2f3adb4c6b89b83ae0358 /test/crossfile | |
parent | a04cffb43132645f63e5a319f6ca69e0df87dcdb (diff) | |
download | lua-language-server-c65de666e0a3706b921993648910ef531c47c607.zip |
update
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 08cde574..b9ffd59b 100644 --- a/test/crossfile/hover.lua +++ b/test/crossfile/hover.lua @@ -811,7 +811,7 @@ food.secondField = 2 }, hover = [[ ```lua -(field) Food.firstField: number = 0 +(field) Food.firstField: number ```]]} TEST {{ path = 'a.lua', content = '', }, { |