-
Notifications
You must be signed in to change notification settings - Fork 195
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
… the new lexer, these will once again be disallowed; attempting to use runtime compilation will necessitate using the native lexer.
- Loading branch information
Showing
19 changed files
with
119 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 9 additions & 4 deletions
13
...grationTests/ComponentDesignTimeCodeGenerationTest/AtAtHandled/TestComponent.mappings.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
Source Location: (2:0,2 [107] x:\dir\subdir\Test\TestComponent.cshtml) | ||
| var validationMessage = @Html.ValidationMessage("test", "", new { @@class = "invalid-feedback" }, "div"); | | ||
Generated Location: (987:28,2 [107] ) | ||
| var validationMessage = @Html.ValidationMessage("test", "", new { @@class = "invalid-feedback" }, "div"); | | ||
Source Location: (2:0,2 [67] x:\dir\subdir\Test\TestComponent.cshtml) | ||
| var validationMessage = @Html.ValidationMessage("test", "", new { | | ||
Generated Location: (987:28,2 [67] ) | ||
| var validationMessage = @Html.ValidationMessage("test", "", new { | | ||
|
||
Source Location: (70:0,70 [39] x:\dir\subdir\Test\TestComponent.cshtml) | ||
|@class = "invalid-feedback" }, "div"); | | ||
Generated Location: (1246:35,70 [39] ) | ||
|@class = "invalid-feedback" }, "div"); | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 9 additions & 4 deletions
13
...ntegrationTests/ComponentRuntimeCodeGenerationTest/AtAtHandled/TestComponent.mappings.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
Source Location: (2:0,2 [107] x:\dir\subdir\Test\TestComponent.cshtml) | ||
| var validationMessage = @Html.ValidationMessage("test", "", new { @@class = "invalid-feedback" }, "div"); | | ||
Generated Location: (736:21,0 [107] ) | ||
| var validationMessage = @Html.ValidationMessage("test", "", new { @@class = "invalid-feedback" }, "div"); | | ||
Source Location: (2:0,2 [67] x:\dir\subdir\Test\TestComponent.cshtml) | ||
| var validationMessage = @Html.ValidationMessage("test", "", new { | | ||
Generated Location: (735:21,0 [67] ) | ||
| var validationMessage = @Html.ValidationMessage("test", "", new { | | ||
|
||
Source Location: (70:0,70 [39] x:\dir\subdir\Test\TestComponent.cshtml) | ||
|@class = "invalid-feedback" }, "div"); | | ||
Generated Location: (939:29,0 [39] ) | ||
|@class = "invalid-feedback" }, "div"); | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 0 additions & 10 deletions
10
....Razor.Language/test/TestFiles/ParserTests/CSharpBlockTest/EscapedIdentifiers_03.diag.txt
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 0 additions & 5 deletions
5
...s/ParserTests/CSharpBlockTest/TreatsAtSignsAfterFirstPairAsPartOfCSharpStatement.diag.txt
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters