From 37493581668294ac136df42f56a0bb937890805a Mon Sep 17 00:00:00 2001 From: Oskar <> Date: Tue, 26 Mar 2024 21:36:34 +0100 Subject: vimmn seems ok now, alot of cases that should technically fail do get past this function but thats out of the scope for it anyway so its fine. Alot of the cases it fails should already be covered by the functions before it. --- test/testcases/i_validation_cases.txt | 21 ++++++++++++++++++++- test/vimmn | Bin 0 -> 26904 bytes 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100755 test/vimmn (limited to 'test') diff --git a/test/testcases/i_validation_cases.txt b/test/testcases/i_validation_cases.txt index 3e1754b..474feb2 100644 --- a/test/testcases/i_validation_cases.txt +++ b/test/testcases/i_validation_cases.txt @@ -93,6 +93,25 @@ Overall results: Tested OK. Seems fine. validate_imm_numbers Positive input (Valid): +L1 +L2 +L9 +L10 +L10000 +L999 +L1112 +L3987453 + Negative (Invalid): +L1- +L9+ +L1L +L9a +L1F +L9e +L100000000L +L942sA +L223+213123 +L2+1 -Overall results: \ No newline at end of file +Overall results: Tested OK. Seems fine. \ No newline at end of file diff --git a/test/vimmn b/test/vimmn new file mode 100755 index 0000000..5a1ee36 Binary files /dev/null and b/test/vimmn differ -- cgit v1.2.3