# File test/xpath_test.rb, line 284 def test_axe_child m = XPath.first( @@doc, "a/child::m" ) assert_equal 15, m.attributes['id'].to_i end