зеркало из https://github.com/dotnet/razor.git
Fix resource string (#11079)
* Update resource string * Update baselines
This commit is contained in:
Родитель
c810e82b24
Коммит
4f4effb106
|
@ -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'.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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'.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -195,7 +195,7 @@
|
|||
<value>The '{0}' directive expects a type name.</value>
|
||||
</data>
|
||||
<data name="DirectiveMustAppearAtStartOfLine" xml:space="preserve">
|
||||
<value>The '{0}` directive must appear at the start of the line.</value>
|
||||
<value>The '{0}' directive must appear at the start of the line.</value>
|
||||
</data>
|
||||
<data name="DirectiveTokensMustBeSeparatedByWhitespace" xml:space="preserve">
|
||||
<value>The '{0}' directives value(s) must be separated by whitespace.</value>
|
||||
|
@ -601,4 +601,4 @@
|
|||
<data name="UsingDirective_Description" xml:space="preserve">
|
||||
<value>Adds the C# using directive to the generated view.</value>
|
||||
</data>
|
||||
</root>
|
||||
</root>
|
Загрузка…
Ссылка в новой задаче