summaryrefslogtreecommitdiff
path: root/test-beta/crossfile/definition.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2019-12-17 15:37:16 +0800
committer最萌小汐 <sumneko@hotmail.com>2019-12-17 15:37:16 +0800
commitafcbe82612a1fa4ac05d03fe557472d52ce2984a (patch)
treed9589a0d35be926b0c18ecf5780f07dc72c6b33d /test-beta/crossfile/definition.lua
parent5e3b44234899bf57f2688d48ef617357ef706669 (diff)
downloadlua-language-server-afcbe82612a1fa4ac05d03fe557472d52ce2984a.zip
过测试
Diffstat (limited to 'test-beta/crossfile/definition.lua')
-rw-r--r--test-beta/crossfile/definition.lua10
1 files changed, 5 insertions, 5 deletions
diff --git a/test-beta/crossfile/definition.lua b/test-beta/crossfile/definition.lua
index 3b2c1f14..f8f84d21 100644
--- a/test-beta/crossfile/definition.lua
+++ b/test-beta/crossfile/definition.lua
@@ -120,7 +120,7 @@ TEST {
TEST {
{
path = 'a.lua',
- content = 'local <!t!> = 1; return <!t!>',
+ content = 'local <!t!> = 1; return t',
},
{
path = 'b.lua',
@@ -146,7 +146,7 @@ end
TEST {
{
path = 'a.lua',
- content = 'local <!t!> = 1; return <!t!>',
+ content = 'local <!t!> = 1; return t',
},
{
path = 'b.lua',
@@ -213,7 +213,7 @@ TEST {
{
path = 'a.lua',
content = [[
- return <!a():b():c()!>
+ return a():b():c()
]],
},
{
@@ -357,7 +357,7 @@ TEST {
content = [[
local function <!f!>()
end
- return <!f!>
+ return f
]]
},
{
@@ -396,7 +396,7 @@ TEST {
{
path = 'a.lua',
content = [[
- local x
+ local <!x!>
return {
<!x!> = x,
}