<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -28,6 +28,8 @@ describe :complex_exponent_integer, :shared =&gt; true do
     (Complex(3, 4) ** 2.5).should be_close(Complex(-38.0, 41.0), TOLERANCE)
     (Complex(3, 4) ** -2.5).should be_close(Complex(-0.01216, -0.01312), TOLERANCE)
 
+    (Complex(1) ** 1).should == Complex(1)
+
     # NOTE: Takes way too long...
     #(Complex(2, 1) ** bignum_value)
   end</diff>
      <filename>shared/complex/exponent.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c4eea988f99ae2553f04082ae41fd8cff20fbff5</id>
    </parent>
  </parents>
  <author>
    <name>Run Paint Run Run</name>
    <email>runrun@runpaint.org</email>
  </author>
  <url>http://github.com/rubyspec/rubyspec/commit/aad7404360bdbe54c95fec8ecf39d1892935fe55</url>
  <id>aad7404360bdbe54c95fec8ecf39d1892935fe55</id>
  <committed-date>2009-07-03T07:12:21-07:00</committed-date>
  <authored-date>2009-07-03T07:12:21-07:00</authored-date>
  <message>Complex#**: Complex(1) ** 1 == 1 (test for fixed bug)</message>
  <tree>79419a85b677f0cc768a6e5365ffb8eb18d4083b</tree>
  <committer>
    <name>Run Paint Run Run</name>
    <email>runrun@runpaint.org</email>
  </committer>
</commit>
