diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2019-08-27 10:02:53 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2019-08-27 10:02:53 +0800 |
commit | 1fd5d5954f1c95b97dd9c5ab1c4dabb714bd5003 (patch) | |
tree | cf31a9c6b54b7a9f14d8d07bd996d7b0bc3738bc /server/test/diagnostics | |
parent | 4b38c86f9edcc4898ab62d3acf38c188104642b2 (diff) | |
download | lua-language-server-1fd5d5954f1c95b97dd9c5ab1c4dabb714bd5003.zip |
过测试
Diffstat (limited to 'server/test/diagnostics')
-rw-r--r-- | server/test/diagnostics/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/test/diagnostics/init.lua b/server/test/diagnostics/init.lua index 9e3bc0b4..981133f5 100644 --- a/server/test/diagnostics/init.lua +++ b/server/test/diagnostics/init.lua @@ -271,7 +271,7 @@ X = table[<!x!>] TEST [[ return { - x = 1, + <!x = 1!>, y = 2, <!x!> = 3, } |