summaryrefslogtreecommitdiff
path: root/test.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-03-04 18:40:55 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-03-04 18:40:55 +0800
commit0730e556fc224cd18318a548d8eca5e75ae2b76e (patch)
tree87cbd3fc4f4f0d1f18bf22e59033726a9b7e9fe8 /test.lua
parentb021a261036690d354b56451ada1d22144b1950b (diff)
downloadlua-language-server-0730e556fc224cd18318a548d8eca5e75ae2b76e.zip
first try of auto end
Diffstat (limited to 'test.lua')
-rw-r--r--test.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/test.lua b/test.lua
index bab770ac..cc11d2b4 100644
--- a/test.lua
+++ b/test.lua
@@ -73,6 +73,7 @@ local function main()
test 'signature'
test 'document_symbol'
test 'code_action'
+ test 'type_formatting'
test 'crossfile'
test 'full'
--test 'other'