Skip to content

Commit 08ebbad

Browse files
committed
fix
1 parent 1b06829 commit 08ebbad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/parser/newparser.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1078,7 +1078,7 @@ local function parseShortString()
10781078
skipNL()
10791079
local right = getPosition(currentOffset + 1, 'right')
10801080
escs[#escs+1] = escLeft
1081-
escs[#escs+1] = right
1081+
escs[#escs+1] = escLeft + 1
10821082
escs[#escs+1] = 'normal'
10831083
goto CONTINUE
10841084
end

0 commit comments

Comments
 (0)