From 7657fefe4ab5b6ba7dcb7df7e766c115afa25787 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Tue, 19 Apr 2022 01:07:28 +0800 Subject: fix #3.1.1 --- test/completion/common.lua | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'test/completion') diff --git a/test/completion/common.lua b/test/completion/common.lua index 538ac401..1fc37bb5 100644 --- a/test/completion/common.lua +++ b/test/completion/common.lua @@ -3311,3 +3311,16 @@ TEST [[ end assert(count == 1) end) + +TEST [[ +local x +x.y.z = xxx + +x.y. +]] +{ + { + label = 'z', + kind = define.CompletionItemKind.Field, + } +} -- cgit v1.2.3