<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>.gitattributes</filename>
    </added>
    <added>
      <filename>spec/cucumber/treetop_parser/test_dos.feature</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -68,6 +68,11 @@ module Cucumber
         f.should have(0).scenarios
       end
       
+      it &quot;should parse features with dos line endings&quot; do
+        p = FeatureParser.new
+        f = p.parse_feature(File.dirname(__FILE__) + '/test_dos.feature')
+        f.should have(5).scenarios
+      end
     end
   end
 end
\ No newline at end of file</diff>
      <filename>spec/cucumber/treetop_parser/feature_parser_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>3424ddac287b5b49a7c80d37e00a972b6d050630</id>
    </parent>
  </parents>
  <author>
    <name>Aslak Hellesoy</name>
    <email>aslak.hellesoy@gmail.com</email>
  </author>
  <url>http://github.com/technicalpickles/cucumber/commit/555530cc6077b5b90caa967a0f502b9434cd1890</url>
  <id>555530cc6077b5b90caa967a0f502b9434cd1890</id>
  <committed-date>2008-10-05T03:46:17-07:00</committed-date>
  <authored-date>2008-10-05T03:46:17-07:00</authored-date>
  <message>Adding spec for DOS line endings.</message>
  <tree>ef43061b7e773aa9dcc47b78338bcdde3a36795d</tree>
  <committer>
    <name>Aslak Hellesoy</name>
    <email>aslak.hellesoy@gmail.com</email>
  </committer>
</commit>
