<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -33,7 +33,8 @@ module Liquid
   VariableStart               = /\{\{/
   VariableEnd                 = /\}\}/
   VariableIncompleteEnd       = /\}\}?/
-  QuotedFragment              = /&quot;[^&quot;]+&quot;|'[^']+'|[^\s,|]+/
+  QuotedString                = /&quot;[^&quot;]+&quot;|'[^']+'/
+  QuotedFragment              = /#{QuotedString}|(?:[^\s,\|'&quot;]|#{QuotedString})+/  
   TagAttributes               = /(\w+)\s*\:\s*(#{QuotedFragment})/
   AnyStartingTag              = /\{\{|\{\%/
   PartialTemplateParser       = /#{TagStart}.*?#{TagEnd}|#{VariableStart}.*?#{VariableIncompleteEnd}/</diff>
      <filename>lib/liquid.rb</filename>
    </modified>
    <modified>
      <diff>@@ -4,7 +4,8 @@ class AssignTest &lt; Test::Unit::TestCase
   include Liquid
   
   def test_assigned_variable
-    assert_template_result('.foo.','{% assign foo = values %}.{{ foo }}.', 'values' =&gt; %w{foo bar baz})
+    assert_template_result('.foo.','{% assign foo = values %}.{{ foo[0] }}.', 'values' =&gt; %w{foo bar baz})
+    assert_template_result('.bar.','{% assign foo = values %}.{{ foo[1] }}.', 'values' =&gt; %w{foo bar baz})
   end
 
 end
\ No newline at end of file</diff>
      <filename>test/assign_test.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>981831bc49b3be7f59c52d147f11c6cafc4d4eda</id>
    </parent>
  </parents>
  <author>
    <name>Tobias L&#252;tke</name>
    <email>tobi@jadedpixel.com</email>
  </author>
  <url>http://github.com/tobi/liquid/commit/075341d01c216f107b1bd815e84dd9846aade5b3</url>
  <id>075341d01c216f107b1bd815e84dd9846aade5b3</id>
  <committed-date>2009-04-06T07:37:39-07:00</committed-date>
  <authored-date>2009-04-06T07:37:39-07:00</authored-date>
  <message>Fix for parsing spaces in fragments</message>
  <tree>9ea7c570fe93aab2d6439e71a53c7f2ae325ae05</tree>
  <committer>
    <name>Tobias L&#252;tke</name>
    <email>tobi@jadedpixel.com</email>
  </committer>
</commit>
