<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <filename>specs/fluently-specs.html</filename>
    </modified>
    <modified>
      <diff>@@ -19,6 +19,18 @@ describe('Definitions', {
         });
         value_of(chain.reset().a().trace()).should_be('a');
         value_of(chain.reset().a().b().trace()).should_be('ab');
+        value_of(chain.reset().a().b().a().trace()).should_be('aba');
+    },
+    'should define multipart paths': function() {
+        var capture = 1;
+        var chain = Fluently.make(function(define) {
+            define('a.b', function(n) { capture = n; });
+            define('a.c', function(n) { capture = n+1; });
+        });
+        chain.a.b(1);
+        value_of(capture).should_be(1);
+        chain.a.c(1);
+        value_of(capture).should_be(2);
     },
     'should recognize aliases': function() {
         var chain = Fluently.make(function(define) {</diff>
      <filename>specs/fluently-specs.js</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>jsspec/COPYING</filename>
    </removed>
    <removed>
      <filename>jsspec/JSSpec.css</filename>
    </removed>
    <removed>
      <filename>jsspec/JSSpec.js</filename>
    </removed>
    <removed>
      <filename>jsspec/demo.html</filename>
    </removed>
    <removed>
      <filename>jsspec/diff_match_patch.js</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>9380b521762bdfabe5ae3c0bb09c37bcb6193a13</id>
    </parent>
  </parents>
  <author>
    <name>Oliver Steele</name>
    <email>steele@osteele.com</email>
  </author>
  <url>http://github.com/osteele/fluently/commit/72a92d5a0f7bc822450a25171b362bfc26a61192</url>
  <id>72a92d5a0f7bc822450a25171b362bfc26a61192</id>
  <committed-date>2008-04-13T04:23:28-07:00</committed-date>
  <authored-date>2008-04-13T04:23:28-07:00</authored-date>
  <message>remove jsspec (in preparation for adding as submodule)</message>
  <tree>fba3db4328b516f258e75f65d41364e144ccedf5</tree>
  <committer>
    <name>Oliver Steele</name>
    <email>steele@osteele.com</email>
  </committer>
</commit>
