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
No known key found for this signature in database
GPG Key ID: 26503D349B3B334B

View File

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