<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -74,7 +74,7 @@ I don't think this has any restrictions.&quot;)
   (concat rhtml-erb-open-delim &quot;\\|&quot; rhtml-erb-close-delim))
 
 (defconst rhtml-erb-tag-open-re
-  (concat rhtml-erb-open-delim &quot;\\(?:-=\\|[=#]?\\)?&quot;))
+  (concat rhtml-erb-open-delim &quot;\\(?:-=\\|[-=#]?\\)?&quot;))
 
 ;; specific tags
 (defconst rhtml-erb-exec-tag-open-re</diff>
      <filename>rhtml-erb.el</filename>
    </modified>
    <modified>
      <diff>@@ -49,7 +49,19 @@
       &lt;br&gt;
       &lt;br
       df
-      
+
+	 &lt;% if true -%&gt;
+	   &lt;%= &quot;true!&quot; -%&gt;
+	 &lt;% else -%&gt;
+	   &lt;%= &quot;false!&quot; -%&gt;
+	 &lt;% end -%&gt;
+
+	 &lt;%- if true -%&gt;
+	   &lt;%= &quot;true!&quot; -%&gt;
+	 &lt;%- else -%&gt;
+	   &lt;%= &quot;false!&quot; -%&gt;
+	 &lt;%- end -%&gt;
+
       &lt;/br&gt;
     &lt;% else -%&gt;
       &lt;span class='alert'&gt;(not scored!)&lt;/span&gt;</diff>
      <filename>test.rhtml</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>b91a8e41b70d038511a0e89eb870f12fc06e7dbc</id>
    </parent>
  </parents>
  <author>
    <name>Eric Schulte</name>
    <email>schulte.eric@gmail.com</email>
  </author>
  <url>http://github.com/eschulte/rhtml/commit/dc8d6c489991fcb59bc806cc32aca7e96be080e8</url>
  <id>dc8d6c489991fcb59bc806cc32aca7e96be080e8</id>
  <committed-date>2008-08-04T07:19:45-07:00</committed-date>
  <authored-date>2008-08-04T07:19:45-07:00</authored-date>
  <message>tabbing should now work for &lt;%- ... -%&gt; tags</message>
  <tree>edfd0345129739e0c0edb15bbed297fe32cd5879</tree>
  <committer>
    <name>Eric Schulte</name>
    <email>schulte.eric@gmail.com</email>
  </committer>
</commit>
