Failing test case for tryProcess in C#

This commit is contained in:
2023-02-11 15:37:53 -07:00
parent 67decc5471
commit ba0ca22605
3 changed files with 8 additions and 0 deletions

View File

@@ -404,6 +404,10 @@ class BasicTestCase extends Test {
_testTypeCase();
}
function testTryProcess() {
Assert.equals("", Prelude.tryProcess("_ThisCoMMaNDWillSURElYFaiLLLLLL", [], error->{return;}, []));
}
var aNullToPrint = null;
}