diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2019-01-30 16:50:45 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2019-01-30 16:50:45 +0800 |
commit | cc2a431932e77236606d184c704f0ae49462d8d2 (patch) | |
tree | 586dc4b4472ec119e89edf1f0e1e2af270d1ae73 /server/test/crossfile/completion.lua | |
parent | a2068e31eef72137a89dea5d701fa8447cb20ab7 (diff) | |
download | lua-language-server-cc2a431932e77236606d184c704f0ae49462d8d2.zip |
查找所有引用也需要参考field
Diffstat (limited to 'server/test/crossfile/completion.lua')
-rw-r--r-- | server/test/crossfile/completion.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/test/crossfile/completion.lua b/server/test/crossfile/completion.lua index 61908dbd..0ad6cd21 100644 --- a/server/test/crossfile/completion.lua +++ b/server/test/crossfile/completion.lua @@ -228,7 +228,7 @@ TEST { } } -TEST { +TEST { { path = 'abc.lua', content = '', |