summaryrefslogtreecommitdiff
path: root/test/completion
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-11-03 11:24:19 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-11-15 13:58:50 +0800
commite271d36bdc3bf2cc0f96e19f74bd861b2cfb177f (patch)
tree2632239e7ec0fc947e43ef76584aed013faefc59 /test/completion
parent3dec75e8717735ba5e1a921e7b407df6048900e3 (diff)
downloadlua-language-server-e271d36bdc3bf2cc0f96e19f74bd861b2cfb177f.zip
fix #780
Diffstat (limited to 'test/completion')
-rw-r--r--test/completion/common.lua10
1 files changed, 10 insertions, 0 deletions
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,
+ }
+}