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
Specifically this test: https://github.com/ruby-rdf/rdf-spec/blob/master/lib/rdf/spec/reader.rb#L103-L111
causes a runtime exception: 'null document'
Why is there a test for parsing an empty IO?
The text was updated successfully, but these errors were encountered:
The RDF gem is passing specs on Travis-CI: https://travis-ci.org/ruby-rdf/rdf/jobs/6136867. Is this failing on something else?
Empty documents are legitimate types of things to parse, but this particular spec is just looking to ensure that instance variables are set properly.
Sorry, something went wrong.
I've created a new Nokogiri issue for this: sparklemotion/nokogiri#883
No branches or pull requests
Specifically this test: https://github.com/ruby-rdf/rdf-spec/blob/master/lib/rdf/spec/reader.rb#L103-L111
causes a runtime exception: 'null document'
Why is there a test for parsing an empty IO?
The text was updated successfully, but these errors were encountered: