jsoup icon indicating copy to clipboard operation
jsoup copied to clipboard

Bugs

Open zatramanh56789 opened this issue 11 months ago • 1 comments

You can review existing issues (including bugs and new features) or file a new bug via the issue list. https://github.com/jhy/jsoup/issues?q=sort%3Acreated-desc

If you are not sure if something is a bug, or need a hand, please join the discussion.

Please do not create a GitHub issue for questions on how generally to use jsoup; those issues will be closed.

What constitutes a bug? The goal of jsoup is that is will sensibly parse any real-world HTML page into effectively the same parse tree that a modern browser would.

If you find a page that jsoup doesn't parse correctly, or if it doesn't behave as the documentation says it will, then that's a bug, and your assistance by way of filing it is welcomed.

For the fastest fix, please supply your code and the input HTML that triggers the issue.

zatramanh56789 avatar Mar 24 '24 13:03 zatramanh56789