<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -19,8 +19,7 @@ class InterpreterSpec extends SawdustSpec {
 			_($err-&gt;ofName())-&gt;shouldBe($this-&gt;undefed()-&gt;value()); } }
 
 	function _top_level_functions_are_defined() {
-		_($this-&gt;subj-&gt;run(
-			n('call', n('at'), n('str', n('')), n('node', n('foo')))))
+		_($this-&gt;subj-&gt;run(n('call', n('at'), n('str', n('')), n('node', n('foo')))))
 			-&gt;shouldEqual(n('foo')); } }
 
 class TinyIncomprisablesSpec extends SawdustSpec {
@@ -100,9 +99,7 @@ class FnSpec extends SawdustSpec {
 
 	function _should_be_able_to_get_reference_to_active_function_with_self() {
 		_($this-&gt;subj-&gt;run(n('self')))-&gt;shouldBe($this-&gt;subj-&gt;topLevelScope());
-		_($this-&gt;subj-&gt;run(
-			n('call', n('fn', n('self'))))-&gt;body())
-			-&gt;shouldEqual(n('self')); }
+		_($this-&gt;subj-&gt;run(n('call', n('fn', n('self'))))-&gt;body())-&gt;shouldEqual(n('self')); }
 
 	function _should_be_able_to_retrieve_evaled_params_as_tree() {
 		_($this-&gt;subj-&gt;run(
@@ -155,10 +152,9 @@ class InlinesSpec extends SawdustSpec {
 		_($this-&gt;subj-&gt;run($tree))-&gt;shouldEqual(n('true')); }
 
 	function _defs_created_inside_macro_should_be_defed_in_the_current_scope() {
-		$tree = n('do',
+		_($this-&gt;subj-&gt;run(n('do',
 			n('defInline', $this-&gt;undefed(), n('def', n('foo'), n('true'))),
-			$this-&gt;undefed(), n('foo'));
-		_($this-&gt;subj-&gt;run($tree))-&gt;shouldBe(true); } }
+			$this-&gt;undefed(), n('foo'))))-&gt;shouldBe(true); } }
 
 class IncomprisableRetrieverSpec extends SawdustSpec {
 </diff>
      <filename>spec/sawdust.php</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>121acb86e14c96656f1fa9b2db9820fe4d2e8c50</id>
    </parent>
  </parents>
  <author>
    <name>ole</name>
    <email>oliver.saunders@gmail.com</email>
  </author>
  <url>http://github.com/olliesaunders/fluidics/commit/3af11aec6ab98dba061e586947d0cf05e0e3283b</url>
  <id>3af11aec6ab98dba061e586947d0cf05e0e3283b</id>
  <committed-date>2009-11-10T13:00:15-08:00</committed-date>
  <authored-date>2009-11-10T10:39:09-08:00</authored-date>
  <message>Sawdust: Cosmetic.</message>
  <tree>7cc72ac815527edb7ac8a83a9e206740d18904d3</tree>
  <committer>
    <name>ole</name>
    <email>oliver.saunders@gmail.com</email>
  </committer>
</commit>
