Sha256: 5a3813d6bcc5a386f5736f4a05a79093b2bbb28da4253d3a6ff991e8ba9a1ffe

Contents?: true

Size: 184 Bytes

Versions: 11

Compression:

Stored size: 184 Bytes

Contents

require 'facets/string/op_sub'
require 'test/unit'

class Test_String < Test::Unit::TestCase

  def test_op_sub
    s = "xxbooxxfoo"
    assert_equal( "boofoo", s - "xx" )
  end

end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
facets-2.8.4 test/core/string/test_op_sub.rb
facets-2.8.3 test/core/string/test_op_sub.rb
facets-2.8.2 test/core/string/test_op_sub.rb
facets-2.8.1 test/core/string/test_op_sub.rb
facets-2.8.0 test/core/string/test_op_sub.rb
facets-2.7.0 test/core/string/test_op_sub.rb
facets-2.6.0 test/core/string/test_op_sub.rb
facets-2.5.1 test/core/string/test_op_sub.rb
facets-2.5.0 test/core/string/test_op_sub.rb
facets-2.4.5 test/core/string/test_op_sub.rb
facets-2.5.2 test/core/string/test_op_sub.rb