Extra strings for localization (#4880)
* Update strings for localization * re-align strings
This commit is contained in:
parent
e82ed6799d
commit
ecfd970045
3 changed files with 173 additions and 23 deletions
|
@ -89,7 +89,7 @@ namespace Microsoft.DotNet.Cli.Add.P2P.Tests
|
|||
.WithProject(projName)
|
||||
.Execute($"\"{setup.ValidRefCsprojPath}\"");
|
||||
cmd.ExitCode.Should().NotBe(0);
|
||||
cmd.StdErr.Should().Contain("Invalid project");
|
||||
cmd.StdErr.Should().Contain(" is invalid.");
|
||||
cmd.StdOut.Should().Contain("Usage");
|
||||
}
|
||||
|
||||
|
|
|
@ -118,7 +118,7 @@ namespace Microsoft.DotNet.Cli.Remove.P2P.Tests
|
|||
.WithProject(projName)
|
||||
.Execute($"\"{setup.ValidRefCsprojPath}\"");
|
||||
cmd.ExitCode.Should().NotBe(0);
|
||||
cmd.StdErr.Should().Contain("Invalid project");
|
||||
cmd.StdErr.Should().Contain(" is invalid.");
|
||||
cmd.StdOut.Should().Contain("Usage");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue