Skip to content

Commit

Permalink
Fix formatting integration tests (#10900)
Browse files Browse the repository at this point in the history
These broke due to Razor comment formatting changes, so just updating
the expected output.
  • Loading branch information
davidwengier authored Sep 18, 2024
2 parents 53dae17 + 53d8f07 commit 020f8e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<p>
@*
{{{{{{{
*@
{{{{{{{
*@
@while (true)
{
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<p>
@*
test
*@
test
*@
@while (true)
{
}
Expand Down

0 comments on commit 020f8e7

Please sign in to comment.