<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -23,14 +23,19 @@ module RedCloth
           [&quot;Just plain text.&quot;]
       end
       
+      it &quot;should parse two basic sentences&quot; do
+        parsed_sexp(&quot;One sentence. Two.&quot;).should ==
+          [&quot;One sentence. Two.&quot;]
+      end
+      
       it &quot;should parse a phrase with asterisks that is not a strong phrase&quot; do
         parsed_sexp(&quot;yes * we * can&quot;).should ==
-         [&quot;yes * we * can&quot;]
+          [&quot;yes * we * can&quot;]
       end
 
       it &quot;should parse a phrase that is not a strong because it has space at the end&quot; do
         parsed_sexp(&quot;yeah *that's * it!&quot;).should ==
-         [&quot;yeah *that's * it!&quot;]
+          [&quot;yeah *that's * it!&quot;]
       end
       
       ### strong ###</diff>
      <filename>spec/redcloth/parser/inline_parser_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>17f22958c4ef7c3b88e4b238e48cd018e4fb719e</id>
    </parent>
  </parents>
  <author>
    <name>Jason Garber</name>
    <email>jg@jasongarber.com</email>
  </author>
  <url>http://github.com/jgarber/redcloth-treetop/commit/1fdc128e54b67eccfad1185b0ad266f0add2508b</url>
  <id>1fdc128e54b67eccfad1185b0ad266f0add2508b</id>
  <committed-date>2009-07-02T09:01:21-07:00</committed-date>
  <authored-date>2009-07-02T09:01:21-07:00</authored-date>
  <message>Dumb little spec.</message>
  <tree>3b930cc08d81b825b56a06d3c4ed7c0699746ac6</tree>
  <committer>
    <name>Jason Garber</name>
    <email>jg@jasongarber.com</email>
  </committer>
</commit>
