From f117343477e596937bdfcf0ddce447c0d127b9cf Mon Sep 17 00:00:00 2001 From: Stefan Zabka Date: Wed, 20 May 2020 21:13:35 +0200 Subject: Fixed another edge case and documentation --- 02_exercise/prompt_utils_test.c | 1 + 1 file changed, 1 insertion(+) (limited to '02_exercise/prompt_utils_test.c') diff --git a/02_exercise/prompt_utils_test.c b/02_exercise/prompt_utils_test.c index b26ce6f..f648275 100644 --- a/02_exercise/prompt_utils_test.c +++ b/02_exercise/prompt_utils_test.c @@ -33,4 +33,5 @@ void test_relative_path() { test_paths("/Test/b/c", "/Test/b", ".."); test_paths("/", "/Test/a/asd", "./Test/a/asd"); test_paths("/Test/c", "/Test/b", "../b"); + test_paths("/B/C", "/", "../.."); } \ No newline at end of file -- cgit v1.2.3-54-g00ecf