diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2018-12-17 15:28:12 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2018-12-17 15:28:12 +0800 |
commit | 4914f316d042aa907900170dc9b2adb0134f93a8 (patch) | |
tree | 398a7815590e4f2a0ce03a1382003c305690bf87 /server/test | |
parent | 7ecf149287d967dcaeeed8485b5867fa76653c6c (diff) | |
download | lua-language-server-4914f316d042aa907900170dc9b2adb0134f93a8.zip |
要复制一份出来
Diffstat (limited to 'server/test')
-rw-r--r-- | server/test/hover/init.lua | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/server/test/hover/init.lua b/server/test/hover/init.lua index 31e604f3..a5e11a74 100644 --- a/server/test/hover/init.lua +++ b/server/test/hover/init.lua @@ -172,3 +172,11 @@ mode: string | "t" | "bt" ]=] + +TEST [[ +string.<?lower?>() +]] +[[ +function string.lower(string) + -> string +]] |