summaryrefslogtreecommitdiff
path: root/test/testcases/i_validation_cases.txt
diff options
context:
space:
mode:
authorOskar <[email protected]>2024-03-28 15:37:49 +0100
committerOskar <[email protected]>2024-03-28 15:37:49 +0100
commitd619dc9efa889fda03d9a10beed8be7882763ca7 (patch)
treead2213d5fa2e959eaa80c0645140f253691a38a4 /test/testcases/i_validation_cases.txt
parent90bae0258e609631270148d3883cffa472bab006 (diff)
Tests seem OK
Diffstat (limited to 'test/testcases/i_validation_cases.txt')
-rw-r--r--test/testcases/i_validation_cases.txt62
1 files changed, 61 insertions, 1 deletions
diff --git a/test/testcases/i_validation_cases.txt b/test/testcases/i_validation_cases.txt
index 474feb2..e437511 100644
--- a/test/testcases/i_validation_cases.txt
+++ b/test/testcases/i_validation_cases.txt
@@ -114,4 +114,64 @@ L942sA
L223+213123
L2+1
-Overall results: Tested OK. Seems fine. \ No newline at end of file
+Overall results: Tested OK. Seems fine.
+
+validate_L
+Positive (valid):
+L
+L+
+L-
+L1
+L10
+L9
+L90
+L5
+L50
+L500
+L900
+L100
+L9993221
+L100000000000
+L9234572
+L112323
+L100334
+L+1
+L-1
+L+10
+L+9
+L+90
+L+1000000000
+L+9992
+L+1020023023
+L-2323232323
+
+Negative (invalid):
+L++
+L--
+L+0
+L-0
+L0
+L00
+LL
+LN
+Lsada
+L+a
+L+abcdefg
+L-a
+L+0111a
+L01203103
+L11212
+L+12n
+L10+10
+L10-10
+L-1-1+1-1
+L+1+1+1
+L10+10+10
+L+10+1000
+L10+10
+l+10l
+L10?
+L+10?
+L?10
+
+Overall resuts: Tested OK. I don't think ive missed any checks for anything but hey you can never be sure. This is acceptable for now. \ No newline at end of file