From 08ebbadd2a0502d028f7f248724a04acdb6996c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Mon, 10 Jan 2022 20:15:27 +0800 Subject: fix --- script/parser/newparser.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/parser/newparser.lua b/script/parser/newparser.lua index 33187ee2..36e7b6cd 100644 --- a/script/parser/newparser.lua +++ b/script/parser/newparser.lua @@ -1078,7 +1078,7 @@ local function parseShortString() skipNL() local right = getPosition(currentOffset + 1, 'right') escs[#escs+1] = escLeft - escs[#escs+1] = right + escs[#escs+1] = escLeft + 1 escs[#escs+1] = 'normal' goto CONTINUE end -- cgit v1.2.3