Sha256: 4095d29ff5ce694a90774643810aa44f1524929da122e6a2048c2690a8a8b63b

Contents?: true

Size: 186 Bytes

Versions: 45

Compression:

Stored size: 186 Bytes

Contents

# encoding: UTF-8

require './test_helper'

10_000.times {|n|
j=XML::Node.new2(nil,"happy#{n}")
  10.times {|r|
    j1=XML::Node.new("happy#{r}","farts")
    j.child=j1
  }
}

Version data entries

45 entries across 45 versions & 2 rubygems

Version Path
libxml-ruby-2.2.2 test/ets_tsr.rb
libxml-ruby-2.2.1-x86-mingw32 test/ets_tsr.rb
libxml-ruby-2.2.1 test/ets_tsr.rb
libxml-ruby-2.2.0-x86-mingw32 test/ets_tsr.rb
libxml-ruby-2.2.0 test/ets_tsr.rb
libxml-ruby-2.1.2-x86-mingw32 test/ets_tsr.rb
libxml-ruby-2.1.2 test/ets_tsr.rb
libxml-ruby-2.1.1-x86-mingw32 test/ets_tsr.rb
libxml-ruby-2.1.1 test/ets_tsr.rb
libxml-ruby-2.1.0-x86-mingw32 test/ets_tsr.rb
libxml-ruby-2.1.0 test/ets_tsr.rb
libxml-ruby-2.0.9-x86-mingw32 test/ets_tsr.rb
libxml-ruby-2.0.9 test/ets_tsr.rb
libxml-ruby-2.0.6-x86-mingw32 test/ets_tsr.rb
libxml-ruby-2.0.6 test/ets_tsr.rb
libxml-ruby-2.0.5-x86-mingw32 test/ets_tsr.rb
libxml-ruby-2.0.5 test/ets_tsr.rb
libxml-ruby-2.0.4-x86-mingw32 test/ets_tsr.rb
libxml-ruby-2.0.4 test/ets_tsr.rb
libxml-ruby-2.0.3-x86-mingw32 test/ets_tsr.rb