one more pattern fix

This commit is contained in:
Vadim A. Misbakh-Soloviov
2017-07-22 22:15:45 +07:00
parent 2e2f306e7f
commit 6f4c5a1145

View File

@@ -50,9 +50,9 @@ local function parse(text,limit)
function(...)return g(5,...)end
):gsub(
[=[(['"])]=]..
[=[([^'>"]-)]=]..
[=[([^'">%s]-)]=]..
"(>)"..
[=[([^'>"]-)]=]..
[=[([^'">%s]-)]=]..
[=[(['"])]=],
function(...)return g(3,...)end
)