diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2019-08-27 21:36:43 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2019-08-27 21:36:43 +0800 |
commit | f3ef253b0c5ced3727e96df88fa16886f03325ec (patch) | |
tree | dd416f67f75b00e85a7acb515efecfcfde419e30 /server/test/crossfile/hover.lua | |
parent | 7d041b4d7507190141eaac05501d479b77aa8771 (diff) | |
download | lua-language-server-f3ef253b0c5ced3727e96df88fa16886f03325ec.zip |
调用片段支持枚举
Diffstat (limited to 'server/test/crossfile/hover.lua')
-rw-r--r-- | server/test/crossfile/hover.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/server/test/crossfile/hover.lua b/server/test/crossfile/hover.lua index 971b37c2..1d4328e1 100644 --- a/server/test/crossfile/hover.lua +++ b/server/test/crossfile/hover.lua @@ -285,6 +285,7 @@ TEST { label = 'function f(x: string)', name = 'f', args = EXISTS, + rawEnum = EXISTS, enum = [[ x: string @@ -312,6 +313,7 @@ TEST { label = 'function f(x: option)', name = 'f', args = EXISTS, + rawEnum = EXISTS, enum = [[ x: option |