Skip to content

Commit

Permalink
Including tests for handling asterisks.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbandi committed Jul 3, 2010
1 parent a0b390f commit f957f45
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Tests/ParserTests/ParserTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,18 @@
<Compile Include="SuccessfulParsingTest.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="TestFileHelper.cs" />
<Compile Include="TestFiles\asterisks.feature.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>asterisks.feature</DependentUpon>
</Compile>
<Compile Include="Utf8StringWriter.cs" />
</ItemGroup>
<ItemGroup>
<None Include="TestFiles\asterisks.feature">
<Generator>SpecFlowSingleFileGenerator</Generator>
<LastGenOutput>asterisks.feature.cs</LastGenOutput>
</None>
<None Include="TestFiles\background.feature">
</None>
<None Include="TestFiles\background_withtitle.feature">
Expand Down Expand Up @@ -112,6 +121,7 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Content Include="TestFiles\asterisks.feature.xml" />
<Content Include="TestFiles\background.feature.xml" />
<Content Include="TestFiles\background_withtitle.feature.xml" />
<Content Include="TestFiles\but.feature.xml" />
Expand Down
77 changes: 77 additions & 0 deletions Tests/ParserTests/TestFiles/asterisks.feature.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f957f45

Please sign in to comment.