diff options
author | Oskar <> | 2024-03-22 13:53:00 +0100 |
---|---|---|
committer | Oskar <> | 2024-03-22 13:53:00 +0100 |
commit | 6f162676864f6972c302ecab71e44149fa039551 (patch) | |
tree | c9c33c0f219be8edaff0075c5a29d14acbd6b026 /test/testcases/i_validation_cases.txt | |
parent | 55ac4ebe3bed9b112fa553abece277b309c76bb9 (diff) |
vcpm tested, seems OK
Diffstat (limited to 'test/testcases/i_validation_cases.txt')
-rw-r--r-- | test/testcases/i_validation_cases.txt | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/test/testcases/i_validation_cases.txt b/test/testcases/i_validation_cases.txt index 81c8601..83460a2 100644 --- a/test/testcases/i_validation_cases.txt +++ b/test/testcases/i_validation_cases.txt @@ -1,16 +1,47 @@ validate_check_p_m Positive input (Valid): L+ +L- +L-1 L+1 +L-2 L+2 +L-3 L+3 +L-9 L+9 +L-10 L+10 L+90 L+100 L+900 +Positive (_NA): +L0 +L1 +L100 +LL +Lasd +L9 +L90 +L900 + Negative (Invalid): +L+0 +L-0 +L-- +L++ +L+L +L-L +L+asd +L-asd +L-0- +L+0+ +L+0- +L-0+ +L-0 + +Overall results: Tested OK. Seems like its working like it should now. validate_check_imm Positive input (Valid): |