Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianStehle committed Sep 18, 2024
1 parent 88dd939 commit c44101a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Html.Net.PostProcessors/Html.Net.PostProcessors.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<ItemGroup>
<PackageReference Include="AngleSharp" Version="1.1.2" />
<PackageReference Include="AngleSharp.Css" Version="0.17.0" />
<PackageReference Include="AngleSharp.Css" Version="1.0.0-beta.139" />
<PackageReference Include="Meziantou.Analyzer" Version="2.0.145">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
6 changes: 1 addition & 5 deletions Tests/Components/Outputs/StyleInclude.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,4 @@
.red-text div {
color: red !important;
}
</style>

<div class="red-text">
<div></div>
</div>
</style>

0 comments on commit c44101a

Please sign in to comment.