Sha256: 67bb50da1ca8bf32e48365b668af12bcbeb1dca4d7095b73d43894706e395323

Contents?: true

Size: 221 Bytes

Versions: 15

Compression:

Stored size: 221 Bytes

Contents

require 'helper'

module Syck
  class TestArray < Test::Unit::TestCase
    def setup
      @list = [{ :a => 'b' }, 'foo']
    end

    def test_dump
      assert_equal @list, Syck.load(Syck.dump(@list))
    end
  end
end

Version data entries

15 entries across 15 versions & 2 rubygems

Version Path
syck-1.5.1.1 test/test_array.rb
syck-1.5.1 test/test_array.rb
syck-1.5.0 test/test_array.rb
syck-1.4.1 test/test_array.rb
syck-1.4.0 test/test_array.rb
syck-1.3.0 test/test_array.rb
syck-1.2.0 test/test_array.rb
syck-1.1.0 test/test_array.rb
syck-1.0.5 test/test_array.rb
syck-1.0.4 test/test_array.rb
syck-1.0.3 test/test_array.rb
syck-1.0.1 test/test_array.rb
syck-1.0.0.4 test/test_array.rb
concordia-publishing-house-syck-1.0.0.4 test/test_array.rb
syck-1.0.0 test/test_array.rb