From 03b4e05f9c531e37ecfab7b61b6f9859c23fa1f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Fri, 19 Feb 2021 11:59:20 +0800 Subject: fix test --- script/parser/guide.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'script') diff --git a/script/parser/guide.lua b/script/parser/guide.lua index 0fbd6978..8f92b9b7 100644 --- a/script/parser/guide.lua +++ b/script/parser/guide.lua @@ -2428,7 +2428,7 @@ function m.checkSameSimpleInString(status, ref, start, pushQueue, mode) end status.share.markString[marked] = true local newStatus = m.status(status) - local docs = status.interface.docType('string*') + local docs = status.interface.docType('stringlib') local mark = {} for i = 1, #docs do local doc = docs[i] -- cgit v1.2.3