Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: XML::Reader#attribute_hash returns nil on error #2715

Merged
merged 1 commit into from Dec 7, 2022

Commits on Dec 7, 2022

  1. fix(cruby): XML::Reader#attribute_hash returns nil on error

    Note that on JRuby, the namespaces are still returned because the
    parse error would raised on the subsequent node expansion.
    
    This restores the behavior from v1.13.7
    flavorjones committed Dec 7, 2022
    Copy the full SHA
    9fe0761 View commit details
    Browse the repository at this point in the history