# File ext/libxml/tests/tc_xml_parser3.rb, line 17
  def test_ruby_xml_parser_new()
    assert_instance_of(XML::Parser, @xp)
    assert_instance_of(String, @xp.string)
  end