diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-05-18 20:59:16 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-05-19 16:07:12 +0800 |
commit | da6cee5ab4a06cbdd4d4d3b23ac7a43726459033 (patch) | |
tree | d8763b9fa01e67022e851f1b112dc03740b66052 /test/crossfile | |
parent | 5b4a0d3c6a3bad62a3be10ea897ccfd26faabceb (diff) | |
download | lua-language-server-da6cee5ab4a06cbdd4d4d3b23ac7a43726459033.zip |
fix
Diffstat (limited to 'test/crossfile')
-rw-r--r-- | test/crossfile/definition.lua | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/crossfile/definition.lua b/test/crossfile/definition.lua index fb0e872d..467e6af5 100644 --- a/test/crossfile/definition.lua +++ b/test/crossfile/definition.lua @@ -121,6 +121,18 @@ TEST { TEST { { + path = '@bbb.lua', + content = '', + target = {0, 0}, + }, + { + path = 'b.lua', + content = 'require "<?@bbb?>"', + }, +} + +TEST { + { path = 'aaa/bbb.lua', content = '', target = {0, 0}, |