From e271d36bdc3bf2cc0f96e19f74bd861b2cfb177f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Wed, 3 Nov 2021 11:24:19 +0800 Subject: fix #780 --- test/completion/common.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'test/completion') diff --git a/test/completion/common.lua b/test/completion/common.lua index 4cfd1872..73c6d7e6 100644 --- a/test/completion/common.lua +++ b/test/completion/common.lua @@ -2680,3 +2680,13 @@ end kind = define.CompletionItemKind.Variable, } } + +TEST [[ +utf'xxx' +]] +{ + [1] = { + label = 'utf8', + kind = define.CompletionItemKind.Field, + } +} -- cgit v1.2.3