<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -14,7 +14,8 @@ module NumericTest
       int_to_string_test(), 
       float_to_string_test(), 
       str_to_float_test(), 
-      str_to_int_test()
+      str_to_int_test(),
+      pow_test()
     ]
   end
   
@@ -59,4 +60,10 @@ module NumericTest
       (&quot;19283&quot;.to_int(), 19283)
     end
   end
+  
+  def pow_test()
+    TestHelper.expect(Numeric, &quot;calculates exponents&quot;) do
+      (2**8, 256)
+    end
+  end
 end
\ No newline at end of file</diff>
      <filename>test/builtins/numeric.re</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>8b71a2ad6ecc1c99be6310dfd506e15a553e6c08</id>
    </parent>
  </parents>
  <author>
    <name>Tony Arcieri</name>
    <email>tony@medioh.com</email>
  </author>
  <url>http://github.com/tarcieri/reia/commit/b56018991264411bdaa5789bb0fdb384b72104f8</url>
  <id>b56018991264411bdaa5789bb0fdb384b72104f8</id>
  <committed-date>2009-05-25T14:42:49-07:00</committed-date>
  <authored-date>2009-05-25T14:42:49-07:00</authored-date>
  <message>Failing test case for exponent calculation</message>
  <tree>0b547038635a91ef9a3c9c5716d7081576fd1470</tree>
  <committer>
    <name>Tony Arcieri</name>
    <email>tony@medioh.com</email>
  </committer>
</commit>
