From 47398354c28a5eb1d9e0fa11b4f08bdd48991e9e Mon Sep 17 00:00:00 2001 From: Oskar <> Date: Fri, 22 Mar 2024 20:37:44 +0100 Subject: new TODO --- TODO | 7 +++---- test/testcases/i_validation_cases.txt | 8 +++++++- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/TODO b/TODO index 645adc2..129ffd1 100644 --- a/TODO +++ b/TODO @@ -1,8 +1,7 @@ TODO list. This is mostly so i can plan more granularly and remember small stuff i was working on last time and what i should prioritise first. This is not my overall big planning board. (1 highest prio, 10 lowest) -1 - test validate_check_p_m (Tested OK) -1 - test validate_check_imm -1 - test validate_plus_continue -1 - testcases for the 3 above +1 - implement validate_imm_numbers +1 - test validate_imm_numbers +1 - testcases for the function above 2 - continue work on validate_imm_numbers diff --git a/test/testcases/i_validation_cases.txt b/test/testcases/i_validation_cases.txt index 849ce7f..3e1754b 100644 --- a/test/testcases/i_validation_cases.txt +++ b/test/testcases/i_validation_cases.txt @@ -89,4 +89,10 @@ L+13++ L-10 L+1+ -Overall results: Tested OK. Seems fine. \ No newline at end of file +Overall results: Tested OK. Seems fine. + +validate_imm_numbers +Positive input (Valid): +Negative (Invalid): + +Overall results: \ No newline at end of file -- cgit v1.2.3