diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2018-12-21 18:40:29 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2018-12-21 18:40:29 +0800 |
commit | 3b17bd6cb09034b74405301c53782cee6e91a2f2 (patch) | |
tree | cf21aaf15f53572deb2b788c3f600e0d75f1853f /server/test/completion/init.lua | |
parent | 8de0c9246ada8f823f6abb1edde38c5768af19fa (diff) | |
download | lua-language-server-3b17bd6cb09034b74405301c53782cee6e91a2f2.zip |
字符串中屏蔽自动完成
Diffstat (limited to 'server/test/completion/init.lua')
-rw-r--r-- | server/test/completion/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/test/completion/init.lua b/server/test/completion/init.lua index 96a12032..face4216 100644 --- a/server/test/completion/init.lua +++ b/server/test/completion/init.lua @@ -266,4 +266,4 @@ TEST [[ ]] (EXISTS) ---TEST 'local s = "a:@"' (nil) TODO +TEST 'local s = "a:@"' (nil) |