Sha256: 6927b6c2c26e85f723dd5a3cdf6cee29c9fdd68ff05b3362ffe5e52eceec7d0e

Contents?: true

Size: 133 Bytes

Versions: 4

Compression:

Stored size: 133 Bytes

Contents

covers 'facets/string/op_sub'

testcase String do

  unit :"-" do
    s = "xxbooxxfoo"
    (s - "xx").assert == "boofoo"
  end

end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
facets-2.9.1 test/core/string/test_op_sub.rb
facets-2.9.0 test/core/string/test_op_sub.rb
facets-2.9.0.pre.2 test/core/string/test_op_sub.rb
facets-2.9.0.pre.1 test/core/string/test_op_sub.rb