diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2019-03-20 17:47:45 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2019-03-20 17:47:45 +0800 |
commit | 5db061526383bdf5c671234511cab3a647b6ee36 (patch) | |
tree | 92b686592a22ec08931e04525f1bfdb11d18b8ee /server/test/crossfile | |
parent | 50690afba24cfdc7b33b3e4e260d6f6c4338413f (diff) | |
download | lua-language-server-5db061526383bdf5c671234511cab3a647b6ee36.zip |
更新查找值
Diffstat (limited to 'server/test/crossfile')
-rw-r--r-- | server/test/crossfile/definition.lua | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/server/test/crossfile/definition.lua b/server/test/crossfile/definition.lua index 3fd8d3fe..4a444615 100644 --- a/server/test/crossfile/definition.lua +++ b/server/test/crossfile/definition.lua @@ -168,25 +168,6 @@ TEST { { path = 'a.lua', content = [[ - local x = { - <!a!> = 1, - } - return b - ]], - }, - { - path = 'b.lua', - content = [[ - local t = require 'a' - t.<?a?>() - ]] - } -} - -TEST { - { - path = 'a.lua', - content = [[ <!global!> = 1 ]], }, |