diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2019-08-05 20:39:57 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2019-08-05 20:39:57 +0800 |
commit | d3daab619497cbdb530b49c6b337e4dc1d61bb92 (patch) | |
tree | aa2127dc02e91ce607ddcd1fca65f9ae3d20e703 /server | |
parent | de11f4a1d0f6dc17c115c729f878820985236602 (diff) | |
download | lua-language-server-d3daab619497cbdb530b49c6b337e4dc1d61bb92.zip |
要用长字符串
Diffstat (limited to 'server')
-rw-r--r-- | server/test/hover/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/test/hover/init.lua b/server/test/hover/init.lua index ea2631d4..391199a5 100644 --- a/server/test/hover/init.lua +++ b/server/test/hover/init.lua @@ -468,7 +468,7 @@ function n<next>(table: table [, index: any]) TEST[[ local <?x?> = '\a' ]] -'local x: string = "\007"' +[[local x: string = "\007"]] TEST[[ ---@class Class |