diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-12-07 15:07:10 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-12-07 15:07:10 +0800 |
commit | 17152f5f1c57d0cf953cfe2f8dbb4da66b347251 (patch) | |
tree | d39bf8766869868a74ed36f9726cc8037d154fef /test | |
parent | 50b9a199e5f4bc2bf2143f5d1b8747bac82d8272 (diff) | |
download | lua-language-server-17152f5f1c57d0cf953cfe2f8dbb4da66b347251.zip |
`LuaDoc` also catchs `--` (no need `---`)
Diffstat (limited to 'test')
-rw-r--r-- | test/crossfile/completion.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/crossfile/completion.lua b/test/crossfile/completion.lua index ea0d234a..9c943d7d 100644 --- a/test/crossfile/completion.lua +++ b/test/crossfile/completion.lua @@ -1,7 +1,7 @@ local files = require 'files' local core = require 'core.completion' local furi = require 'file-uri' -local platform = require 'platform' +local platform = require 'bee.platform' rawset(_G, 'TEST', true) |