diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-07-19 21:19:38 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-07-19 21:19:38 +0800 |
commit | 6386883842d6d3f9f319a641bcc985f2f7f5506d (patch) | |
tree | 342f3e21f884bd11659b237673bac249f89a9ba0 /test | |
parent | e8be91f22298a01447052e9f7acce84f55e83c2a (diff) | |
download | lua-language-server-6386883842d6d3f9f319a641bcc985f2f7f5506d.zip |
record bug
Diffstat (limited to 'test')
-rw-r--r-- | test/definition/bug.lua | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/definition/bug.lua b/test/definition/bug.lua index fbc2b6a8..819f051d 100644 --- a/test/definition/bug.lua +++ b/test/definition/bug.lua @@ -242,3 +242,11 @@ end local <?<!s!>?> = '' ]] + +-- TODO: bug +--TEST [[ +--local t, a +--local <!v!> = t[a] +-- +--t[a] = <?v?> +--]] |