We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
xml = Nokogiri::XML('<xml />') begin xml.xpath('http://') rescue Nokogiri::XML::XPath::SyntaxError => e raise e, "howdy" end
results in:
[BUG] Segmentation fault ruby 1.8.7 (2009-06-12 patchlevel 174) [i686-darwin10] Abort trap
for
--- warnings: [] libxml: loaded: 2.7.5 binding: extension compiled: 2.7.5 nokogiri: 1.3.3
The text was updated successfully, but these errors were encountered:
duplicating erorrs works. yay! closed by 33922d7
Sorry, something went wrong.
No branches or pull requests
results in:
for
The text was updated successfully, but these errors were encountered: