Failing test case for tryProcess in C#

This commit is contained in:
2023-02-11 15:37:53 -07:00
parent 27ba120288
commit 85f7ea0d3f

View File

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