Sha256: 16131fe59ea022139d8602abc6c9e36de8dfe28e2650738ad1772ccbf4bf77ec

Contents?: true

Size: 185 Bytes

Versions: 4

Compression:

Stored size: 185 Bytes

Contents

covers 'facets/string/xor'

testcase String do

  unit :"^" do
    r = "try this out" ^ "puddingsnacks"
    x = "\004\a\035D\035\006\016\000N\016\026\037"
    r.assert == x
  end

end

Version data entries

4 entries across 4 versions & 1 rubygems

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