Skip to content

Commit 9200346

Browse files
committed
Update test baselines
Note: No .cs file changes. Win!
1 parent d269f6d commit 9200346

File tree

267 files changed

+1804
-129
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

267 files changed

+1804
-129
lines changed

src/Compiler/Microsoft.AspNetCore.Razor.Language/test/TestFiles/IntegrationTests/ComponentRuntimeCodeGenerationTest/AddAttribute_ImplicitBooleanConversion/TestComponent.mappings.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ Generated Location: (1189:40,0 [42] )
1717
private MyClass<string> c = new();
1818
|
1919

20+
Source Location: (1:0,1 [11] x:\dir\subdir\Test\TestComponent.cshtml)
21+
|MyComponent|
22+
Generated Location: (1683:56,45 [11] )
23+
|MyComponent|
24+
2025
Source Location: (13:0,13 [11] x:\dir\subdir\Test\TestComponent.cshtml)
2126
|MyParameter|
2227
Generated Location: (1864:60,0 [11] )

src/Compiler/Microsoft.AspNetCore.Razor.Language/test/TestFiles/IntegrationTests/ComponentRuntimeCodeGenerationTest/AddAttribute_ImplicitStringConversion_Bind/TestComponent.mappings.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ Generated Location: (1731:56,0 [42] )
2727
private MyClass<string> c = new();
2828
|
2929

30+
Source Location: (1:0,1 [11] x:\dir\subdir\Test\TestComponent.cshtml)
31+
|MyComponent|
32+
Generated Location: (2452:72,45 [11] )
33+
|MyComponent|
34+
3035
Source Location: (40:1,4 [13] x:\dir\subdir\Test\TestComponent.cshtml)
3136
|BoolParameter|
3237
Generated Location: (2632:76,0 [13] )

src/Compiler/Microsoft.AspNetCore.Razor.Language/test/TestFiles/IntegrationTests/ComponentRuntimeCodeGenerationTest/AddAttribute_ImplicitStringConversion_BindUnknown/TestComponent.mappings.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
Source Location: (26:0,26 [1] x:\dir\subdir\Test\TestComponent.cshtml)
1+
Source Location: (1:0,1 [11] x:\dir\subdir\Test\TestComponent.cshtml)
2+
|MyComponent|
3+
Generated Location: (703:19,49 [11] )
4+
|MyComponent|
5+
6+
Source Location: (26:0,26 [1] x:\dir\subdir\Test\TestComponent.cshtml)
27
|c|
38
Generated Location: (861:23,0 [1] )
49
|c|

src/Compiler/Microsoft.AspNetCore.Razor.Language/test/TestFiles/IntegrationTests/ComponentRuntimeCodeGenerationTest/AddAttribute_ImplicitStringConversion_BindUnknown_Assignment/TestComponent.mappings.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
Source Location: (26:0,26 [7] x:\dir\subdir\Test\TestComponent.cshtml)
1+
Source Location: (1:0,1 [11] x:\dir\subdir\Test\TestComponent.cshtml)
2+
|MyComponent|
3+
Generated Location: (703:19,49 [11] )
4+
|MyComponent|
5+
6+
Source Location: (26:0,26 [7] x:\dir\subdir\Test\TestComponent.cshtml)
27
|c1 = c2|
38
Generated Location: (861:23,0 [7] )
49
|c1 = c2|

src/Compiler/Microsoft.AspNetCore.Razor.Language/test/TestFiles/IntegrationTests/ComponentRuntimeCodeGenerationTest/AddAttribute_ImplicitStringConversion_CustomEvent/TestComponent.mappings.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ Generated Location: (1757:64,0 [42] )
3232
private MyClass<string> c = new();
3333
|
3434

35+
Source Location: (1:0,1 [11] x:\dir\subdir\Test\TestComponent.cshtml)
36+
|MyComponent|
37+
Generated Location: (2453:80,45 [11] )
38+
|MyComponent|
39+
3540
Source Location: (13:0,13 [11] x:\dir\subdir\Test\TestComponent.cshtml)
3641
|MyParameter|
3742
Generated Location: (2634:84,0 [11] )

src/Compiler/Microsoft.AspNetCore.Razor.Language/test/TestFiles/IntegrationTests/ComponentRuntimeCodeGenerationTest/AddAttribute_ImplicitStringConversion_TypeInference/TestComponent.mappings.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ Generated Location: (1518:56,0 [51] )
2727
private readonly MyClass<string> c = new();
2828
|
2929

30+
Source Location: (1:0,1 [11] x:\dir\subdir\Test\TestComponent.cshtml)
31+
|MyComponent|
32+
Generated Location: (2149:72,45 [11] )
33+
|MyComponent|
34+
3035
Source Location: (13:0,13 [11] x:\dir\subdir\Test\TestComponent.cshtml)
3136
|MyParameter|
3237
Generated Location: (2330:76,0 [11] )

src/Compiler/Microsoft.AspNetCore.Razor.Language/test/TestFiles/IntegrationTests/ComponentRuntimeCodeGenerationTest/AddComponentParameter_DynamicComponentName/TestComponent.mappings.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
Source Location: (9:0,9 [5] x:\dir\subdir\Test\TestComponent.cshtml)
1+
Source Location: (1:0,1 [7] x:\dir\subdir\Test\TestComponent.cshtml)
2+
|dynamic|
3+
Generated Location: (703:19,49 [7] )
4+
|dynamic|
5+
6+
Source Location: (9:0,9 [5] x:\dir\subdir\Test\TestComponent.cshtml)
27
|Value|
38
Generated Location: (876:23,0 [5] )
49
|Value|

src/Compiler/Microsoft.AspNetCore.Razor.Language/test/TestFiles/IntegrationTests/ComponentRuntimeCodeGenerationTest/AddComponentParameter_EscapedComponentName/TestComponent.mappings.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
Source Location: (5:0,5 [5] x:\dir\subdir\Test\TestComponent.cshtml)
1+
Source Location: (1:0,1 [3] x:\dir\subdir\Test\TestComponent.cshtml)
2+
|int|
3+
Generated Location: (704:19,50 [3] )
4+
|int|
5+
6+
Source Location: (5:0,5 [5] x:\dir\subdir\Test\TestComponent.cshtml)
27
|Value|
38
Generated Location: (869:23,0 [5] )
49
|Value|

src/Compiler/Microsoft.AspNetCore.Razor.Language/test/TestFiles/IntegrationTests/ComponentRuntimeCodeGenerationTest/AddComponentParameter_GlobalNamespace/TestComponent.mappings.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
Source Location: (13:0,13 [5] x:\dir\subdir\Test\TestComponent.cshtml)
1+
Source Location: (1:0,1 [11] x:\dir\subdir\Test\TestComponent.cshtml)
2+
|MyComponent|
3+
Generated Location: (698:19,44 [11] )
4+
|MyComponent|
5+
6+
Source Location: (13:0,13 [5] x:\dir\subdir\Test\TestComponent.cshtml)
27
|Value|
38
Generated Location: (874:23,0 [5] )
49
|Value|

src/Compiler/Microsoft.AspNetCore.Razor.Language/test/TestFiles/IntegrationTests/ComponentRuntimeCodeGenerationTest/AddComponentParameter_WithNameof/TestComponent.mappings.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
Source Location: (13:0,13 [5] x:\dir\subdir\Test\TestComponent.cshtml)
1+
Source Location: (1:0,1 [11] x:\dir\subdir\Test\TestComponent.cshtml)
2+
|MyComponent|
3+
Generated Location: (703:19,49 [11] )
4+
|MyComponent|
5+
6+
Source Location: (13:0,13 [5] x:\dir\subdir\Test\TestComponent.cshtml)
27
|Value|
38
Generated Location: (884:23,0 [5] )
49
|Value|

0 commit comments

Comments
 (0)