From ba0ca2260588240db6a1307f02b4afc14d0669b4 Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Sat, 11 Feb 2023 15:37:53 -0700 Subject: [PATCH] Failing test case for tryProcess in C# --- .gitmodules | 3 +++ kiss/src/test/cases/BasicTestCase.hx | 4 ++++ projects/nat-godot-playground/addons/haxe | 1 + 3 files changed, 8 insertions(+) create mode 160000 projects/nat-godot-playground/addons/haxe diff --git a/.gitmodules b/.gitmodules index 87d25829..6cadbdf2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/kiss/src/test/cases/BasicTestCase.hx b/kiss/src/test/cases/BasicTestCase.hx index 2e50dc99..fe8e55a0 100644 --- a/kiss/src/test/cases/BasicTestCase.hx +++ b/kiss/src/test/cases/BasicTestCase.hx @@ -404,6 +404,10 @@ class BasicTestCase extends Test { _testTypeCase(); } + function testTryProcess() { + Assert.equals("", Prelude.tryProcess("_ThisCoMMaNDWillSURElYFaiLLLLLL", [], error->{return;}, [])); + } + var aNullToPrint = null; } diff --git a/projects/nat-godot-playground/addons/haxe b/projects/nat-godot-playground/addons/haxe new file mode 160000 index 00000000..9a7367a7 --- /dev/null +++ b/projects/nat-godot-playground/addons/haxe @@ -0,0 +1 @@ +Subproject commit 9a7367a79a2dd3ca0059a94450ceba9d733b1a98