diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-03-17 19:52:32 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-03-17 19:52:32 +0800 |
commit | a968d675a6f2abecabe2530877cefd08730251cb (patch) | |
tree | f66e4dda0f07b7010e9c42421bca48c349396adf /test/crossfile/definition.lua | |
parent | 34be4a22c6835f56ec2049535de3ef109110a7ca (diff) | |
download | lua-language-server-a968d675a6f2abecabe2530877cefd08730251cb.zip |
try fix tests
Diffstat (limited to 'test/crossfile/definition.lua')
-rw-r--r-- | test/crossfile/definition.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/crossfile/definition.lua b/test/crossfile/definition.lua index b72646e7..d40e08e8 100644 --- a/test/crossfile/definition.lua +++ b/test/crossfile/definition.lua @@ -724,7 +724,7 @@ config.config.runtime.path = { } TEST { { - path = 'd:\\xxxx\\1.lua', + path = 'd:/xxxx/1.lua', content = [[ return <!function () end!> ]], @@ -745,7 +745,7 @@ config.config.runtime.path = { } TEST { { - path = 'd:\\xxxx\\1.lua', + path = 'd:/xxxx/1.lua', content = [[ return <!function () end!> ]], |