Sha256: 368267a957de530c53fff0d5644042f98637bb0542fb4310e1ec1420afc70f6b
Contents?: true
Size: 372 Bytes
Versions: 26
Compression:
Stored size: 372 Bytes
Contents
# encoding: UTF-8 require 'xml/libxml' class TestDeprecatedRequire < Minitest::Test def test_basic xp = LibXML::XML::Parser.string('<ruby_array uga="booga" foo="bar"><fixnum>one</fixnum><fixnum>two</fixnum></ruby_array>') assert_instance_of(LibXML::XML::Parser, xp) @doc = xp.parse assert_instance_of(LibXML::XML::Document, @doc) end end
Version data entries
26 entries across 26 versions & 1 rubygems