diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2019-11-02 18:08:15 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2019-11-02 18:08:15 +0800 |
commit | 196bad7bbd13c5423035881341a15847fad5227d (patch) | |
tree | 9b04db712f5a803aa0a4778305df05b92c1a1488 /server-beta/test/crossfile/definition.lua | |
parent | 4acd712def70f0e119e41eb8c1011f6796739de9 (diff) | |
download | lua-language-server-196bad7bbd13c5423035881341a15847fad5227d.zip |
暂存
Diffstat (limited to 'server-beta/test/crossfile/definition.lua')
-rw-r--r-- | server-beta/test/crossfile/definition.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server-beta/test/crossfile/definition.lua b/server-beta/test/crossfile/definition.lua index cf54f30e..7dd70278 100644 --- a/server-beta/test/crossfile/definition.lua +++ b/server-beta/test/crossfile/definition.lua @@ -108,7 +108,7 @@ TEST { TEST { { path = 'a.lua', - content = 'local <!t!> = 1; return t', + content = 'local <!t!> = 1; return <!t!>', }, { path = 'b.lua', |