diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-09-15 20:24:38 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-09-15 20:24:38 +0800 |
commit | e70f82c0534c8973b3ad809a5ad72919412a832b (patch) | |
tree | d82e9086c6bfa49bbda40226440b6538708192b6 /test | |
parent | 281031ba5c41ebe34bd6c8634f1436fe1341fcaa (diff) | |
download | lua-language-server-e70f82c0534c8973b3ad809a5ad72919412a832b.zip |
update
Diffstat (limited to 'test')
-rw-r--r-- | test/references/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/references/init.lua b/test/references/init.lua index 78e9aabf..351c80b6 100644 --- a/test/references/init.lua +++ b/test/references/init.lua @@ -24,7 +24,7 @@ function TEST(script) files.setText('', newScript) local input = catched['?'] + catched['~'] - local expect = catched['!'] + catched['?'] + catched['~'] + local expect = catched['!'] + catched['?'] local results = core('', input[1][1]) if results then local positions = {} |