diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/testcases/i_validation_cases.txt | 21 | ||||
-rwxr-xr-x | test/vimmn | bin | 0 -> 26904 bytes |
2 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 diff --git a/test/vimmn b/test/vimmn Binary files differnew file mode 100755 index 0000000..5a1ee36 --- /dev/null +++ b/test/vimmn |