You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# These call never returnFloki.find("","a")Floki.find("foobar","a")Floki.find("foobar<","a")# find/2 wants at least one tagFloki.find("foobar<a>","a")# => [{"a", [], []}]# To be precise, it's ok if input matches /<[a-zA-Z0-9]/Floki.find("foobar<a","a")# => []
The text was updated successfully, but these errors were encountered:
Hi @uasi, this bug was solved in 4cde3f4. It is already available as a new hex package version. Please update your mix.exs to use version 0.3.3. Don't forget to run mix deps.update floki.
The text was updated successfully, but these errors were encountered: