diff options
author | sumneko <sumneko@hotmail.com> | 2019-04-23 11:58:30 +0800 |
---|---|---|
committer | sumneko <sumneko@hotmail.com> | 2019-04-23 11:58:30 +0800 |
commit | 7e816a0cdd2c88361b25980b0890b8ac8da16ab7 (patch) | |
tree | 1f50a891b2ecc285dde219f6fcc607ce0285ff7c /server/test | |
parent | f4e491d45014f31ae8a181ae36a0a2fb23a72a21 (diff) | |
download | lua-language-server-7e816a0cdd2c88361b25980b0890b8ac8da16ab7.zip |
优化definition
Diffstat (limited to 'server/test')
-rw-r--r-- | server/test/crossfile/definition.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/test/crossfile/definition.lua b/server/test/crossfile/definition.lua index 9310c323..cc06af11 100644 --- a/server/test/crossfile/definition.lua +++ b/server/test/crossfile/definition.lua @@ -112,7 +112,7 @@ TEST { TEST { { path = 'a.lua', - content = 'local <!t!> = 1; return <!t!>', + content = 'local <!t!> = 1; return t', }, { path = 'b.lua', @@ -135,7 +135,7 @@ TEST { TEST { { path = 'a.lua', - content = 'local <!t!> = 1; return <!t!>', + content = 'local <!t!> = 1; return t', }, { path = 'b.lua', |