diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-12-11 15:16:32 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-12-11 15:16:32 +0800 |
commit | 63910e66117d7989fc6a129bbb9e1ca23d6c19e2 (patch) | |
tree | c1ea4221a96333fce83fa06cbc6fcccba720447e /test/code_action | |
parent | e818b4bd52458bed6842555ce7f9b8d874968b07 (diff) | |
download | lua-language-server-63910e66117d7989fc6a129bbb9e1ca23d6c19e2.zip |
stash
Diffstat (limited to 'test/code_action')
-rw-r--r-- | test/code_action/init.lua | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/code_action/init.lua b/test/code_action/init.lua index 64c12c09..11ce6ec7 100644 --- a/test/code_action/init.lua +++ b/test/code_action/init.lua @@ -113,3 +113,15 @@ return function(<?a?>, b, c) end edit = EXISTS, }, } + +--TEST [[ +--<?print(1) +--print(2)?> +--]] +--{ +-- { +-- title = lang.script.ACTION_EXTRACT, +-- kind = 'refactor.extract', +-- edit = EXISTS, +-- }, +--} |