mirror of
https://github.com/msva/lua-htmlparser.git
synced 2024-11-04 23:34:20 +00:00
one more pattern fix
This commit is contained in:
parent
2e2f306e7f
commit
6f4c5a1145
@ -50,9 +50,9 @@ local function parse(text,limit)
|
||||
function(...)return g(5,...)end
|
||||
):gsub(
|
||||
[=[(['"])]=]..
|
||||
[=[([^'>"]-)]=]..
|
||||
[=[([^'">%s]-)]=]..
|
||||
"(>)"..
|
||||
[=[([^'>"]-)]=]..
|
||||
[=[([^'">%s]-)]=]..
|
||||
[=[(['"])]=],
|
||||
function(...)return g(3,...)end
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user