diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-07-20 15:20:38 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-07-20 15:20:38 +0800 |
commit | e20e8f174cc7125bf996a3ff3bd57c097daa1ab4 (patch) | |
tree | 675e126d75ee252104ac5d23b5a6c18853701e90 /test/definition/bug.lua | |
parent | 14d55ce96e354870de8082b8cc3aabb58dc5b76f (diff) | |
download | lua-language-server-e20e8f174cc7125bf996a3ff3bd57c097daa1ab4.zip |
small fix
Diffstat (limited to 'test/definition/bug.lua')
-rw-r--r-- | test/definition/bug.lua | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/test/definition/bug.lua b/test/definition/bug.lua index 819f051d..aace2aee 100644 --- a/test/definition/bug.lua +++ b/test/definition/bug.lua @@ -243,10 +243,9 @@ end local <?<!s!>?> = '' ]] --- TODO: bug ---TEST [[ ---local t, a ---local <!v!> = t[a] --- ---t[a] = <?v?> ---]] +TEST [[ +local t, a +local <!v!> = t[a] + +t[a] = <?v?> +]] |