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.0.3 test/ets_tsr.rb
libxml-ruby-2.0.2-x86-mingw32 test/ets_tsr.rb
libxml-ruby-2.0.2 test/ets_tsr.rb
libxml-ruby-2.0.0-x86-mingw32 test/ets_tsr.rb
libxml-ruby-2.0.0 test/ets_tsr.rb