Code review comments and cleanup

This commit is contained in:
Tig
2024-11-27 08:58:16 -07:00
parent 1480f1316b
commit 97558c2dbf
43 changed files with 304 additions and 250 deletions

View File

@@ -416,8 +416,6 @@ public class AnsiResponseParserTests (ITestOutputHelper output)
[Fact]
public void ShouldSwallowUnknownResponses_WhenDelegateSaysSo ()
{
int i = 0;
// Swallow all unknown escape codes
_parser1.UnexpectedResponseHandler = _ => true;
_parser2.UnknownResponseHandler = _ => true;