Failing test case for tryProcess in C#
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -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
|
||||
|
@@ -404,6 +404,10 @@ class BasicTestCase extends Test {
|
||||
_testTypeCase();
|
||||
}
|
||||
|
||||
function testTryProcess() {
|
||||
Assert.equals("", Prelude.tryProcess("_ThisCoMMaNDWillSURElYFaiLLLLLL", [], error->{return;}, []));
|
||||
}
|
||||
|
||||
var aNullToPrint = null;
|
||||
}
|
||||
|
||||
|
1
projects/nat-godot-playground/addons/haxe
Submodule
1
projects/nat-godot-playground/addons/haxe
Submodule
Submodule projects/nat-godot-playground/addons/haxe added at 9a7367a79a
Reference in New Issue
Block a user