From 30d1ac31b34ea50f3065e64a8483ad09a44b4c58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Sat, 30 May 2020 14:59:38 +0800 Subject: =?UTF-8?q?library=20table=20=E7=9A=84hover?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test-beta/hover/init.lua | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) (limited to 'test-beta/hover/init.lua') diff --git a/test-beta/hover/init.lua b/test-beta/hover/init.lua index 68bf3e3b..68205e38 100644 --- a/test-beta/hover/init.lua +++ b/test-beta/hover/init.lua @@ -492,11 +492,25 @@ local self: obj { } ]] -TEST[[ +TEST [[ +print() +]] +[[ +global utf8: utf8 { + char: function, + charpattern: string, + codepoint: function, + codes: function, + len: function, + offset: function, +} +]] + +TEST [[ local = require 'utf8' ]] [[ -local sssss: { +local sssss: utf8 { char: function, charpattern: string, codepoint: function, -- cgit v1.2.3