-
Notifications
You must be signed in to change notification settings - Fork 196
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update resource string * Update baselines
- Loading branch information
Showing
11 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...iles/ParserTests/CSharpSectionTest/ParserDoesNotOutputErrorOtherNestedDirectives.diag.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,2 +1,2 @@ | ||
(1,17): Error RZ2005: The 'inherits` directive must appear at the start of the line. | ||
(1,17): Error RZ2005: The 'inherits' directive must appear at the start of the line. | ||
(1,30): Error RZ1017: Unexpected literal following the 'inherits' directive. Expected 'line break'. |
4 changes: 2 additions & 2 deletions
4
...stFiles/ParserTests/CSharpSectionTest/ParserOutputsErrorOnMultipleNestedSections.diag.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,4 +1,4 @@ | ||
(1,16): Error RZ2002: Section blocks ("@section Header { ... }") cannot be nested. Only one level of section blocks are allowed. | ||
(1,17): Error RZ2005: The 'section` directive must appear at the start of the line. | ||
(1,17): Error RZ2005: The 'section' directive must appear at the start of the line. | ||
(1,42): Error RZ2002: Section blocks ("@section Header { ... }") cannot be nested. Only one level of section blocks are allowed. | ||
(1,43): Error RZ2005: The 'section` directive must appear at the start of the line. | ||
(1,43): Error RZ2005: The 'section' directive must appear at the start of the line. |
2 changes: 1 addition & 1 deletion
2
...yTest/TestFiles/ParserTests/CSharpSectionTest/ParserOutputsErrorOnNestedSections.diag.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,2 +1,2 @@ | ||
(1,16): Error RZ2002: Section blocks ("@section Header { ... }") cannot be nested. Only one level of section blocks are allowed. | ||
(1,17): Error RZ2005: The 'section` directive must appear at the start of the line. | ||
(1,17): Error RZ2005: The 'section' directive must appear at the start of the line. |
2 changes: 1 addition & 1 deletion
2
...tchTest/SectionContextGivesWhitespacePreceedingToCodeIfThereIsNoMarkupOnThatLine.diag.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 +1 @@ | ||
(1,4): Error RZ2005: The 'section` directive must appear at the start of the line. | ||
(1,4): Error RZ2005: The 'section' directive must appear at the start of the line. |
2 changes: 1 addition & 1 deletion
2
...iles/ParserTests/RazorDirectivesTest/ExtensibleDirectiveErrorsIfNotAtStartOfLine.diag.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 +1 @@ | ||
(1,5): Error RZ2005: The 'custom` directive must appear at the start of the line. | ||
(1,5): Error RZ2005: The 'custom' directive must appear at the start of the line. |
2 changes: 1 addition & 1 deletion
2
...iles/ParserTests/CSharpSectionTest/ParserDoesNotOutputErrorOtherNestedDirectives.diag.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,2 +1,2 @@ | ||
(1,17): Error RZ2005: The 'inherits` directive must appear at the start of the line. | ||
(1,17): Error RZ2005: The 'inherits' directive must appear at the start of the line. | ||
(1,30): Error RZ1017: Unexpected literal following the 'inherits' directive. Expected 'line break'. |
4 changes: 2 additions & 2 deletions
4
...stFiles/ParserTests/CSharpSectionTest/ParserOutputsErrorOnMultipleNestedSections.diag.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,4 +1,4 @@ | ||
(1,16): Error RZ2002: Section blocks ("@section Header { ... }") cannot be nested. Only one level of section blocks are allowed. | ||
(1,17): Error RZ2005: The 'section` directive must appear at the start of the line. | ||
(1,17): Error RZ2005: The 'section' directive must appear at the start of the line. | ||
(1,42): Error RZ2002: Section blocks ("@section Header { ... }") cannot be nested. Only one level of section blocks are allowed. | ||
(1,43): Error RZ2005: The 'section` directive must appear at the start of the line. | ||
(1,43): Error RZ2005: The 'section' directive must appear at the start of the line. |
2 changes: 1 addition & 1 deletion
2
.../test/TestFiles/ParserTests/CSharpSectionTest/ParserOutputsErrorOnNestedSections.diag.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,2 +1,2 @@ | ||
(1,16): Error RZ2002: Section blocks ("@section Header { ... }") cannot be nested. Only one level of section blocks are allowed. | ||
(1,17): Error RZ2005: The 'section` directive must appear at the start of the line. | ||
(1,17): Error RZ2005: The 'section' directive must appear at the start of the line. |
2 changes: 1 addition & 1 deletion
2
...tchTest/SectionContextGivesWhitespacePreceedingToCodeIfThereIsNoMarkupOnThatLine.diag.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 +1 @@ | ||
(1,4): Error RZ2005: The 'section` directive must appear at the start of the line. | ||
(1,4): Error RZ2005: The 'section' directive must appear at the start of the line. |
2 changes: 1 addition & 1 deletion
2
...iles/ParserTests/RazorDirectivesTest/ExtensibleDirectiveErrorsIfNotAtStartOfLine.diag.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 +1 @@ | ||
(1,5): Error RZ2005: The 'custom` directive must appear at the start of the line. | ||
(1,5): Error RZ2005: The 'custom' directive must appear at the start of the line. |
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