<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -174,7 +174,7 @@ module Liquid
     #
     #  @context['hash'] = {&quot;name&quot; =&gt; 'tobi'}
     #  assert_equal 'tobi', @context['hash.name']
-    #  assert_equal 'tobi', @context['hash[name]']
+    #  assert_equal 'tobi', @context['hash[&quot;name&quot;]']
     #
     def variable(markup)
       parts = markup.scan(VariableParser)</diff>
      <filename>lib/liquid/context.rb</filename>
    </modified>
    <modified>
      <diff>@@ -192,6 +192,7 @@ class ContextTest &lt; Test::Unit::TestCase
   def test_hierachical_data
     @context['hash'] = {&quot;name&quot; =&gt; 'tobi'}
     assert_equal 'tobi', @context['hash.name']
+    assert_equal 'tobi', @context['hash[&quot;name&quot;]']
   end
 
   def test_keywords</diff>
      <filename>test/context_test.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>eb609ee4aa76a4e510beb701bde9e9416e2d67eb</id>
    </parent>
  </parents>
  <author>
    <name>Mark H. Wilkinson</name>
    <email>mhw@dangerous-techniques.com</email>
  </author>
  <url>http://github.com/tobi/liquid/commit/819b70204fb692223a34c914881ca3d757767a8e</url>
  <id>819b70204fb692223a34c914881ca3d757767a8e</id>
  <committed-date>2008-07-09T10:34:41-07:00</committed-date>
  <authored-date>2008-07-08T01:06:21-07:00</authored-date>
  <message>Fix syntax in doc comment; test same syntax.</message>
  <tree>ec632bc96820f6d8a82ab929e8169747cd16ec81</tree>
  <committer>
    <name>Mark H. Wilkinson</name>
    <email>mhw@dangerous-techniques.com</email>
  </committer>
</commit>
