Sha256: ff3e459dac1cd2b5d1ad730faebc870d25d1feee18de8c4ea5bc4a87001e3084

Contents?: true

Size: 137 Bytes

Versions: 70

Compression:

Stored size: 137 Bytes

Contents

describe "Numeric#^" do
  it "returns self bitwise EXCLUSIVE OR other" do
    (3 ^ 5).should == 6
    (-2 ^ -255).should == 255
  end
end

Version data entries

70 entries across 70 versions & 3 rubygems

Version Path
opal-0.9.0.rc1 spec/opal/core/numeric/bit_xor_spec.rb
opal-0.9.0.beta2 spec/opal/core/numeric/bit_xor_spec.rb
opal-0.9.0.beta1 spec/opal/core/numeric/bit_xor_spec.rb
opal-0.8.1 spec/opal/core/numeric/bit_xor_spec.rb
opal-0.8.1.rc1 spec/opal/core/numeric/bit_xor_spec.rb
opal-wedge-0.9.0.dev spec/opal/core/numeric/bit_xor_spec.rb
opal-0.8.0 spec/opal/core/numeric/bit_xor_spec.rb
opal-0.8.0.rc3 spec/opal/core/numeric/bit_xor_spec.rb
opal-0.8.0.rc2 spec/opal/core/numeric/bit_xor_spec.rb
opal-0.8.0.rc1 spec/opal/core/numeric/bit_xor_spec.rb
opal-0.8.0.beta1 spec/opal/core/numeric/bit_xor_spec.rb
opal-0.7.2 spec/opal/core/numeric/bit_xor_spec.rb
opal-0.7.1 spec/opal/core/numeric/bit_xor_spec.rb
opal-0.7.0 spec/opal/core/numeric/bit_xor_spec.rb
opal-0.7.0.rc1 spec/opal/core/numeric/bit_xor_spec.rb
opal-0.7.0.beta3 spec/opal/core/numeric/bit_xor_spec.rb
opal-0.6.3 spec/opal/core/numeric/bit_xor_spec.rb
opal-0.7.0.beta2 spec/opal/core/numeric/bit_xor_spec.rb
opal-cj-0.7.0.beta2 spec/opal/core/numeric/bit_xor_spec.rb
opal-cj-0.7.0.beta1 spec/opal/core/numeric/bit_xor_spec.rb