<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -38,9 +38,9 @@ paths.each do |path|
   # Search it with the given pattern, printing any results
   sexp.search_each(pattern) do |match|
     if !found
-      puts &quot;\n** #{path} **&quot;
+      puts path
       found = true
     end
-    puts &quot;\n #{match.sexp.line} #{match.sexp.inspect}&quot;
+    puts &quot;%4i: %s&quot; % [match.sexp.line, match.sexp.inspect]
   end
 end
\ No newline at end of file</diff>
      <filename>examples/sexp_grep.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c39ff2481cbd741686dbd37284b5c8f8e59134a2</id>
    </parent>
  </parents>
  <author>
    <name>Adam Sanderson</name>
    <email>netghost@gmail.com</email>
  </author>
  <url>http://github.com/adamsanderson/sexp_path/commit/e12db08a225b6a10ed913167020336e9e0f0c0e8</url>
  <id>e12db08a225b6a10ed913167020336e9e0f0c0e8</id>
  <committed-date>2009-06-30T08:13:04-07:00</committed-date>
  <authored-date>2009-06-30T08:13:04-07:00</authored-date>
  <message>Tidying up sexp_grep output</message>
  <tree>7dc09b88b108636178dfeeef1bd9154226871a2b</tree>
  <committer>
    <name>Adam Sanderson</name>
    <email>netghost@gmail.com</email>
  </committer>
</commit>
