<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -147,6 +147,13 @@
           (assert_equal 0 a)
           (assert_throws &quot;NuUndefinedSymbol&quot; b))
      
+     (imethod (id) testEvalExceptionMacro is
+          ;; Make sure a runtime exception is properly caught
+          (set code '(+ 2 x))
+          
+          (macro-1 eval-it (sexp) `(eval ,sexp))
+          (assert_throws &quot;NuUndefinedSymbol&quot; (eval-it code)))
+     
      (imethod (id) testMaskedVariablesMacro is
           (macro-1 x (a b)
                `(+ ,a ,b))</diff>
      <filename>test/test_macrox.nu</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>50b2dea243072add2e14ead5fef3dd39cb68d79f</id>
    </parent>
    <parent>
      <id>f4dbe16444b077c71563c1f551a9b01b2c655f15</id>
    </parent>
  </parents>
  <author>
    <name>Tim Burks</name>
    <email>tim@neontology.com</email>
  </author>
  <url>http://github.com/timburks/nu/commit/2a54680b7d43fd4479e7900f693fdc9ab188b252</url>
  <id>2a54680b7d43fd4479e7900f693fdc9ab188b252</id>
  <committed-date>2009-05-30T22:52:54-07:00</committed-date>
  <authored-date>2009-05-30T22:52:54-07:00</authored-date>
  <message>Merge branch 'master' of git://github.com/itfrombit/nu</message>
  <tree>6d8c133f84d68d3347b96d5c797e4173670af9a5</tree>
  <committer>
    <name>Tim Burks</name>
    <email>tim@neontology.com</email>
  </committer>
</commit>
