<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,4 @@
 * Clean up class organization
 * Document extending SexpPath
-* Add sibling operators: &lt;&lt;, &gt;&gt; [WIP]
 * Add examples of extending matchers
 * AssertSanity!
\ No newline at end of file</diff>
      <filename>TODO</filename>
    </modified>
    <modified>
      <diff>@@ -143,10 +143,13 @@ class SexpMatchingPathTest &lt; Test::Unit::TestCase
   end
   
   def test_sibling_matcher
+    assert_equal SexpPath::Matcher::Sibling, Q?{(s(:a) &gt;&gt; s(:b))}.class 
+    
     assert  Q?{s(:a) &gt;&gt; s(:b)}.satisfy?( s(s(:a), s(:b)) ),        &quot;should match s(:a) has an immediate sibling s(:b)&quot;
     assert  Q?{s(:a) &gt;&gt; s(:b)}.satisfy?( s(s(:a), s(:b), s(:c)) ), &quot;should match s(:a) has an immediate sibling s(:b)&quot;
     assert  Q?{s(:a) &gt;&gt; s(:c)}.satisfy?( s(s(:a), s(:b), s(:c)) ), &quot;should match s(:a) a sibling s(:b)&quot;
     assert !Q?{s(:c) &gt;&gt; s(:a)}.satisfy?( s(s(:a), s(:b), s(:c)) ), &quot;should not match s(:a) does not follow s(:c)&quot;
+    assert !Q?{s(:a) &gt;&gt; s(:a)}.satisfy?( s(s(:a)) ),               &quot;should not match s(:a) has no siblings&quot;
     assert  Q?{s(:a) &gt;&gt; s(:a)}.satisfy?( s(s(:a), s(:b), s(:a)) ), &quot;should match s(:a) has another sibling s(:a)&quot;
     
     assert_search_count @ast_sexp, Q?{t(:defn) &gt;&gt; t(:defn)}, 1,</diff>
      <filename>test/sexp_path_matching_test.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>b07569fd6007fa580260d4a5be2b0793bce99358</id>
    </parent>
  </parents>
  <author>
    <name>Adam Sanderson</name>
    <email>netghost@gmail.com</email>
  </author>
  <url>http://github.com/adamsanderson/sexp_path/commit/f03772b4b026742f6dc4391a990c3cd9717dcf2f</url>
  <id>f03772b4b026742f6dc4391a990c3cd9717dcf2f</id>
  <committed-date>2009-07-20T22:40:25-07:00</committed-date>
  <authored-date>2009-07-20T22:40:25-07:00</authored-date>
  <message>Finishing some tests for sibling matches</message>
  <tree>eec085bee6b6669851815a0b1d7da2741d443982</tree>
  <committer>
    <name>Adam Sanderson</name>
    <email>netghost@gmail.com</email>
  </committer>
</commit>
