diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-09-17 15:17:55 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-09-17 15:17:55 +0800 |
commit | b944681c831b47c93b5b1f9a398f26ad3ca03c21 (patch) | |
tree | 9fd4fb7fe81f00429100a618b11f50bd0d18de7c /test/completion/continue.lua | |
parent | 31e9a5235cd17c8a61d2a0a732212cd68135bed5 (diff) | |
download | lua-language-server-b944681c831b47c93b5b1f9a398f26ad3ca03c21.zip |
update test
Diffstat (limited to 'test/completion/continue.lua')
-rw-r--r-- | test/completion/continue.lua | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/completion/continue.lua b/test/completion/continue.lua index 4159ea7a..63f970e9 100644 --- a/test/completion/continue.lua +++ b/test/completion/continue.lua @@ -9,7 +9,7 @@ ContinueTyping = true TEST [[ local zabcde -za$ +za<??> ]] { { @@ -20,7 +20,7 @@ za$ TEST [[ -- zabcde -io.z$ +io.z<??> ]] { { @@ -32,7 +32,7 @@ io.z$ TEST [[ -- provider -pro$ +pro<??> ]] { { @@ -45,7 +45,7 @@ TEST [[ ---@param n '"abcdefg"' local function f(n) end -f 'abc$' +f 'abc<??>' ]] { { @@ -59,7 +59,7 @@ TEST [[ ---@type '"abcdefg"' local t -if t == 'abc$' +if t == 'abc<??>' ]] { { |