diff options
author | Oskar <> | 2024-03-22 08:40:20 +0100 |
---|---|---|
committer | Oskar <> | 2024-03-22 08:40:20 +0100 |
commit | 614e11f52560aaff75e7cd047b38a167fe3c0dcd (patch) | |
tree | ebdede605db779f57441e2074a1d9c191ecb4bc8 /test/testcases | |
parent | 55ca0a4f7dd66383c4455784d6a117adbd94babe (diff) |
Created tests. Will create more testcases later.
Diffstat (limited to 'test/testcases')
-rw-r--r-- | test/testcases/i_validation_cases.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/test/testcases/i_validation_cases.txt b/test/testcases/i_validation_cases.txt new file mode 100644 index 0000000..81c8601 --- /dev/null +++ b/test/testcases/i_validation_cases.txt @@ -0,0 +1,21 @@ +validate_check_p_m +Positive input (Valid): +L+ +L+1 +L+2 +L+3 +L+9 +L+10 +L+90 +L+100 +L+900 + +Negative (Invalid): + +validate_check_imm +Positive input (Valid): +Negative (Invalid): + +validate_plus_continue +Positive input (Valid): +Negative (Invalid):
\ No newline at end of file |