diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-03-28 22:08:04 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-03-28 22:08:04 +0800 |
commit | d79bad83b120ab4a04bed447fad62789f21f24b5 (patch) | |
tree | 038f0c6476287a646a7f4d30fff3a82763d50bf7 /test/references/init.lua | |
parent | 40cce47bf1f7bfd4d8945a0a189367f9dbb12f2d (diff) | |
download | lua-language-server-d79bad83b120ab4a04bed447fad62789f21f24b5.zip |
update
Diffstat (limited to 'test/references/init.lua')
-rw-r--r-- | test/references/init.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/references/init.lua b/test/references/init.lua index 81dfb481..ed324d36 100644 --- a/test/references/init.lua +++ b/test/references/init.lua @@ -22,8 +22,8 @@ function TEST(script) local newScript, catched = catch(script, '!?~') files.setText('', newScript) - local input = catched['?'] + catched['~'] - local expect = catched['!'] + catched['?'] + local input = catched['?'] + local expect = catched['!'] local results = core('', input[1][1]) if results then local positions = {} |