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.10.6 spec/opal/core/numeric/bit_xor_spec.rb
opal-0.10.6.beta spec/opal/core/numeric/bit_xor_spec.rb
opal-0.10.5 spec/opal/core/numeric/bit_xor_spec.rb
opal-0.10.4 spec/opal/core/numeric/bit_xor_spec.rb
opal-0.11.0.rc1 spec/opal/core/numeric/bit_xor_spec.rb
opal-0.10.3 spec/opal/core/numeric/bit_xor_spec.rb
opal-0.10.2 spec/opal/core/numeric/bit_xor_spec.rb
opal-0.10.1 spec/opal/core/numeric/bit_xor_spec.rb
opal-0.10.0 spec/opal/core/numeric/bit_xor_spec.rb
opal-0.10.0.rc2 spec/opal/core/numeric/bit_xor_spec.rb
opal-0.9.4 spec/opal/core/numeric/bit_xor_spec.rb
opal-0.9.3 spec/opal/core/numeric/bit_xor_spec.rb
opal-0.10.0.rc1 spec/opal/core/numeric/bit_xor_spec.rb
opal-0.10.0.beta5 spec/opal/core/numeric/bit_xor_spec.rb
opal-0.10.0.beta4 spec/opal/core/numeric/bit_xor_spec.rb
opal-0.10.0.beta3 spec/opal/core/numeric/bit_xor_spec.rb
opal-0.10.0.beta2 spec/opal/core/numeric/bit_xor_spec.rb
opal-0.10.0.beta1 spec/opal/core/numeric/bit_xor_spec.rb
opal-0.9.2 spec/opal/core/numeric/bit_xor_spec.rb
opal-0.9.0 spec/opal/core/numeric/bit_xor_spec.rb