This commit is contained in:
OTCv8
2020-06-09 18:19:20 +02:00
parent 76d6f2ce7d
commit 541e189d3f
154 changed files with 2540 additions and 1221 deletions

View File

@@ -249,7 +249,7 @@ function table.encodeStringPairList(t)
end
function table.decodeStringPairList(l)
local ret = {}
local ret = {}
local r = regexMatch(l, "(?:^|\\n)([^:^\n]{1,20}):?(.*)(?:$|\\n)")
local multiline = ""
local multilineKey = ""