diff options
author | Oskar <> | 2024-03-26 21:36:34 +0100 |
---|---|---|
committer | Oskar <> | 2024-03-26 21:36:34 +0100 |
commit | 37493581668294ac136df42f56a0bb937890805a (patch) | |
tree | cc61608d9a18cb25ac4cd5916c612a8fc570c0c8 /test/testcases/i_validation_cases.txt | |
parent | 62e97f01ca386de306ecdbda509474a06e4e4c18 (diff) |
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.
Diffstat (limited to 'test/testcases/i_validation_cases.txt')
-rw-r--r-- | test/testcases/i_validation_cases.txt | 21 |
1 files changed, 20 insertions, 1 deletions
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 |