<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -131,5 +131,11 @@ class VariableResolutionTest &lt; Test::Unit::TestCase
     template = Template.parse(%|{{ test.test }}|)
     assert_equal 'worked', template.render('test' =&gt; {'test' =&gt; 'worked'})
   end
+  
+  def test_preset_assigns
+    template = Template.parse(%|{{ test }}|)
+    template.assigns['test'] = 'worked'
+    assert_equal 'worked', template.render
+  end
 
 end
\ No newline at end of file</diff>
      <filename>test/variable_test.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ed1b542abf73d1d7c1885ee158410c6575a95668</id>
    </parent>
  </parents>
  <author>
    <name>Brian Candler</name>
    <email>b.candler@pobox.com</email>
  </author>
  <url>http://github.com/tobi/liquid/commit/678fdfdb8a314885db624c64476d70cb4c43490a</url>
  <id>678fdfdb8a314885db624c64476d70cb4c43490a</id>
  <committed-date>2009-06-06T07:47:52-07:00</committed-date>
  <authored-date>2009-06-06T07:47:52-07:00</authored-date>
  <message>Add test case for presetting assigns</message>
  <tree>7400f85c604ac7df63d708072a249a005a5bfbb9</tree>
  <committer>
    <name>Brian Candler</name>
    <email>b.candler@pobox.com</email>
  </committer>
</commit>
