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
What you're seeing is a difference in how two different XML libraries parse and format documents. The JRuby implementation of Nokogiri uses Xerces, and the CRuby implementation uses libxml2. Nokogiri is a relatively thin wrapper on top of these libraries, and inherits all this behavior from them -- and so there's nothing we can easily do to change this behavior.
To Reproduce
Expected behavior
with cruby and jruby
1 runs, 1 assertions, 0 failures, 0 errors, 0 skips
Actual behavior
with jruby
1 runs, 1 assertions, 1 failures, 0 errors, 0 skips
Additional context
The text was updated successfully, but these errors were encountered: