-
-
Couldn't load subscription status.
- Fork 928
Closed
Description
A test suite for my application started failing and I think this is due to upgrading libxml to 2.9.0. It seems nokogiri is not able to do first-child properly with it atm:
1.9.3-p327 :007 > Nokogiri::XML('<foo><bar/></foo>').css('bar:first-child')
=> []
1.9.3-p327 :008 > Nokogiri::XML('<foo><bar/></foo>').css('bar')
=> [#<Nokogiri::XML::Element:0x11826430 name="bar">]
Metadata
Metadata
Assignees
Labels
No labels