From 12b087704082f6d2278c8eb06bd9ac3e7f014c1a 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, 16 Apr 2022 22:11:23 +0800 Subject: fix #1061 --- test/crossfile/hover.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/crossfile') diff --git a/test/crossfile/hover.lua b/test/crossfile/hover.lua index b0b66253..09eceb43 100644 --- a/test/crossfile/hover.lua +++ b/test/crossfile/hover.lua @@ -976,16 +976,16 @@ end }, hover = [[ ```lua -function f(p: "a"|"b") +function f(p: 'a'|'b') ``` --- ```lua p: - | "a" -- comment 1 + | 'a' -- comment 1 -- comment 2 - | "b" -- comment 3 + | 'b' -- comment 3 -- comment 4 ```]]} -- cgit v1.2.3