From 3f62ee8a93c91473de9a7e1b1612d148f92699a1 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, 29 Sep 2021 21:02:24 +0800 Subject: #632 --- test/crossfile/completion.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'test/crossfile') diff --git a/test/crossfile/completion.lua b/test/crossfile/completion.lua index 4e59096e..ae843d3b 100644 --- a/test/crossfile/completion.lua +++ b/test/crossfile/completion.lua @@ -838,3 +838,15 @@ TEST { }, completion = EXISTS } + +TEST { + { path = 'abcde.lua', content = '' }, + { + path = 'main.lua', + main = true, + content = [[ + ---@module 'ab' + ]] + }, + completion = EXISTS +} -- cgit v1.2.3