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

3
.gitmodules vendored
View File

@@ -1,3 +1,6 @@
[submodule "projects/godot-squash-the-creeps-3d/addons/haxe"]
path = projects/godot-squash-the-creeps-3d/addons/haxe
url = https://github.com/HaxeGodot/editor-plugin.git
[submodule "projects/nat-godot-playground/addons/haxe"]
path = projects/nat-godot-playground/addons/haxe
url = https://github.com/HaxeGodot/editor-plugin.git

View File

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