From 53d8f07e2c5ecc3e20966e0bfbf236ada95296be Mon Sep 17 00:00:00 2001 From: David Wengier Date: Thu, 19 Sep 2024 08:08:22 +1000 Subject: [PATCH] Fix expected output to reflect formatting change --- .../TestFiles/Expected/FormatCommentWithKeyword.cshtml | 4 ++-- .../Formatting/TestFiles/Expected/FormatDocument.cshtml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Razor/test/Microsoft.VisualStudio.Razor.IntegrationTests/Formatting/TestFiles/Expected/FormatCommentWithKeyword.cshtml b/src/Razor/test/Microsoft.VisualStudio.Razor.IntegrationTests/Formatting/TestFiles/Expected/FormatCommentWithKeyword.cshtml index 22a432e6b73..9e56c758b58 100644 --- a/src/Razor/test/Microsoft.VisualStudio.Razor.IntegrationTests/Formatting/TestFiles/Expected/FormatCommentWithKeyword.cshtml +++ b/src/Razor/test/Microsoft.VisualStudio.Razor.IntegrationTests/Formatting/TestFiles/Expected/FormatCommentWithKeyword.cshtml @@ -1,7 +1,7 @@ 

@* - {{{{{{{ - *@ +{{{{{{{ +*@ @while (true) { } diff --git a/src/Razor/test/Microsoft.VisualStudio.Razor.IntegrationTests/Formatting/TestFiles/Expected/FormatDocument.cshtml b/src/Razor/test/Microsoft.VisualStudio.Razor.IntegrationTests/Formatting/TestFiles/Expected/FormatDocument.cshtml index 5e30f6590e2..29a95b3bf6d 100644 --- a/src/Razor/test/Microsoft.VisualStudio.Razor.IntegrationTests/Formatting/TestFiles/Expected/FormatDocument.cshtml +++ b/src/Razor/test/Microsoft.VisualStudio.Razor.IntegrationTests/Formatting/TestFiles/Expected/FormatDocument.cshtml @@ -1,7 +1,7 @@ 

@* - test - *@ +test +*@ @while (true) { }