summaryrefslogtreecommitdiff
path: root/server
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2019-08-05 20:39:57 +0800
committer最萌小汐 <sumneko@hotmail.com>2019-08-05 20:39:57 +0800
commitd3daab619497cbdb530b49c6b337e4dc1d61bb92 (patch)
treeaa2127dc02e91ce607ddcd1fca65f9ae3d20e703 /server
parentde11f4a1d0f6dc17c115c729f878820985236602 (diff)
downloadlua-language-server-d3daab619497cbdb530b49c6b337e4dc1d61bb92.zip
要用长字符串
Diffstat (limited to 'server')
-rw-r--r--server/test/hover/init.lua2
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