From e85a14b4784f3bd09b58aff00a4ca300365c88a4 Mon Sep 17 00:00:00 2001 From: SaAi <30327843+key1989han@users.noreply.github.com> Date: Thu, 16 Jul 2026 05:59:15 +0330 Subject: [PATCH] feat: empty path edge-case test (error message) (closes #57) --- ...pty_path_edge_case_test_error_message.json | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 fixtures/empty_path_edge_case_test_error_message.json diff --git a/fixtures/empty_path_edge_case_test_error_message.json b/fixtures/empty_path_edge_case_test_error_message.json new file mode 100644 index 0000000..f1e2cc3 --- /dev/null +++ b/fixtures/empty_path_edge_case_test_error_message.json @@ -0,0 +1,23 @@ +{ + "name": "empty path edge-case test (error message)", + "points": [ + [ + 0, + 0, + 0 + ], + [ + 1, + 0, + 0 + ], + [ + 1, + 1, + 0 + ] + ], + "metadata": { + "type": "test_fixture" + } +} \ No newline at end of file