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
ElementConverter.class's javadoc states that @param node The matched {@code element} but it is not true. HtmlFieldWithConverter does not perform css selection before passing element to convert() method so the node element is actually the whole HTML document.
And even the custom convert test is faulty, you can change
ElementConverter.class
's javadoc states that@param node The matched {@code element}
but it is not true.HtmlFieldWithConverter
does not perform css selection before passing element to convert() method so thenode
element is actually the whole HTML document.And even the custom convert test is faulty, you can change
jspoon/jspoon/src/test/java/pl/droidsonroids/jspoon/ConverterTest.java
Line 71 in bfdbea4
to:
"<p id=\"kdjkfajjdfhb-it-doesnt-matter\">Today is Saturday. Weather is sunny</p>"
and the test will still pass successfully.The text was updated successfully, but these errors were encountered: