Closed Eiji7 closed 7 years ago
@Eiji7 Thank you for the report. I'm looking into it.
Tested this with #114 and should be golden once that is merged:
iex> html = "<select id='my_select'><option value=''></option><option value='1'>1</option></select>"
iex> Floki.find(html, "#my_select > option:not([value=''])")
[{"option", [{"value", "1"}], ["1"]}]
Example code:
I tested on latest
0.17.0
release andmaster
branch - both returns same exception to console. Important: this example works in version:0.16.0
! ping @philss