From eef4456223d452f6d5bf2308f083f3304172c630 Mon Sep 17 00:00:00 2001 From: Oskar <> Date: Fri, 22 Mar 2024 20:32:39 +0100 Subject: vpc(t) tested OK i think --- test/testcases/i_validation_cases.txt | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) (limited to 'test/testcases/i_validation_cases.txt') diff --git a/test/testcases/i_validation_cases.txt b/test/testcases/i_validation_cases.txt index 4c14ec2..849ce7f 100644 --- a/test/testcases/i_validation_cases.txt +++ b/test/testcases/i_validation_cases.txt @@ -66,4 +66,27 @@ Overall results: Tested OK. Seems like its working like it should. validate_plus_continue Positive input (Valid): -Negative (Invalid): \ No newline at end of file +L+1 +L+10 +L+9 +L+90 +L+5 +L+50 +L+11 +L+99 +L+345345 +L+12313213213213 + +Negative (Invalid): +L+1L +L+11L +L+9L +L+5L +L+90L +L+500+ +L+23+23 +L+13++ +L-10 +L+1+ + +Overall results: Tested OK. Seems fine. \ No newline at end of file -- cgit v1.2.3