stop writing ParseResult.Diagram to output
This commit is contained in:
parent
a6c2b6c9f6
commit
d3143b779f
13 changed files with 0 additions and 30 deletions
|
@ -29,8 +29,6 @@ namespace Microsoft.DotNet.Tests.ParserTests
|
|||
|
||||
var result = command.Parse("dotnet add reference my.csproj");
|
||||
|
||||
output.WriteLine(result.Diagram());
|
||||
|
||||
result["dotnet"]["add"]
|
||||
.Arguments
|
||||
.Should()
|
||||
|
@ -45,8 +43,6 @@ namespace Microsoft.DotNet.Tests.ParserTests
|
|||
|
||||
var result = command.Parse("dotnet add reference");
|
||||
|
||||
output.WriteLine(result.Diagram());
|
||||
|
||||
result
|
||||
.Errors
|
||||
.Select(e => e.Message)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue