diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-04-08 14:53:11 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-04-08 14:53:11 +0800 |
commit | 78b3a317d66d3066ccda8570737e2ecbe76c6568 (patch) | |
tree | f1fc4471cf76f7b6d707095a5570be058fd6413c /test/diagnostics | |
parent | 67a341f3fa26e5a3140cde3420ef2269a84d478f (diff) | |
download | lua-language-server-78b3a317d66d3066ccda8570737e2ecbe76c6568.zip |
cleanup
Diffstat (limited to 'test/diagnostics')
-rw-r--r-- | test/diagnostics/common.lua | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/diagnostics/common.lua b/test/diagnostics/common.lua index f79f1872..722bdea7 100644 --- a/test/diagnostics/common.lua +++ b/test/diagnostics/common.lua @@ -1378,8 +1378,8 @@ TEST [[ ---@class A 1 ]] -TEST [[ -local value -value = '1' -value = value:gsub() -]] +--TEST [[ +--local value +--value = '1' +--value = value:gsub() +--]] |