Skip to content

Commit

Permalink
Update test baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
chsienki committed Sep 20, 2024
1 parent 2a5d9a8 commit 5e5e62d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@ namespace Test
using global::Microsoft.AspNetCore.Components;
#line default
#line hidden
[global::Microsoft.AspNetCore.Components.RouteAttribute(
// language=Route,Component
#nullable restore
#line (1,7)-(1,15) "x:\dir\subdir\Test\TestComponent.cshtml"
"MyPage"
#line default
#line hidden
#nullable disable
)]
#nullable restore
public partial class TestComponent : global::Microsoft.AspNetCore.Components.ComponentBase
#nullable disable
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
UsingDirective - (69:3,1 [27] ) - global::System.Linq
UsingDirective - (97:4,1 [38] ) - global::System.Threading.Tasks
UsingDirective - (136:5,1 [47] ) - global::Microsoft.AspNetCore.Components
RouteAttributeExtensionNode - (6:0,6 [8] x:\dir\subdir\Test\TestComponent.cshtml) - "MyPage"
ClassDeclaration - - public partial - TestComponent - global::Microsoft.AspNetCore.Components.ComponentBase -
MethodDeclaration - - protected override - void - BuildRenderTree
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Source Location: (6:0,6 [8] x:\dir\subdir\Test\TestComponent.cshtml)
|"MyPage"|
Generated Location: (504:16,0 [8] )
|"MyPage"|

0 comments on commit 5e5e62d

Please sign in to comment.