Redirect parser to localized validation messages
This commit is contained in:
parent
0353374f10
commit
9b77dc50f1
24 changed files with 881 additions and 9 deletions
|
@ -47,7 +47,7 @@ namespace Microsoft.DotNet.Tests.ParserTests
|
|||
.Errors
|
||||
.Select(e => e.Message)
|
||||
.Should()
|
||||
.BeEquivalentTo("Required argument missing for command: reference");
|
||||
.BeEquivalentTo(string.Format(LocalizableStrings.RequiredArgumentMissingForCommand, "reference"));
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue