mirror of
https://github.com/TangentFoxy/lua-htmlparser.git
synced 2025-07-28 02:52:19 +00:00
one more pattern fix
This commit is contained in:
@@ -50,9 +50,9 @@ local function parse(text,limit)
|
|||||||
function(...)return g(5,...)end
|
function(...)return g(5,...)end
|
||||||
):gsub(
|
):gsub(
|
||||||
[=[(['"])]=]..
|
[=[(['"])]=]..
|
||||||
[=[([^'>"]-)]=]..
|
[=[([^'">%s]-)]=]..
|
||||||
"(>)"..
|
"(>)"..
|
||||||
[=[([^'>"]-)]=]..
|
[=[([^'">%s]-)]=]..
|
||||||
[=[(['"])]=],
|
[=[(['"])]=],
|
||||||
function(...)return g(3,...)end
|
function(...)return g(3,...)end
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user