Skip to content

Commit ca4e629

Browse files
Go to definition (#1313)
Go to definition
1 parent ba81066 commit ca4e629

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Razor/Microsoft.AspNetCore.Mvc.Razor.Extensions.Version2_X/test/RazorPageDocumentClassifierPassTest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public void RazorPageDocumentClassifierPass_DoesNotLogErrorIfCommentAndWhitespac
8282
// Arrange
8383
var content = @"
8484
@* some comment *@
85-
85+
8686
@page
8787
";
8888
var codeDocument = RazorCodeDocument.Create(RazorSourceDocument.Create(content, "Test.cshtml"));
@@ -363,7 +363,7 @@ protected override void ConfigureProjectEngine(RazorProjectEngineBuilder builder
363363
{
364364
PageDirective.Register(builder);
365365
}
366-
366+
367367
private static DocumentIntermediateNode CreateIRDocument(RazorEngine engine, RazorCodeDocument codeDocument)
368368
{
369369
for (var i = 0; i < engine.Phases.Count; i++)

src/Razor/Microsoft.AspNetCore.Mvc.Razor.Extensions/test/RazorPageDocumentClassifierPassTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public void RazorPageDocumentClassifierPass_DoesNotLogErrorIfCommentAndWhitespac
8282
// Arrange
8383
var content = @"
8484
@* some comment *@
85-
85+
8686
@page
8787
";
8888
var codeDocument = RazorCodeDocument.Create(RazorSourceDocument.Create(content, "Test.cshtml"));

0 commit comments

Comments
 (0)