Skip to content

Commit b09c022

Browse files
committed
Added testing to verify outcodes start with a letter
1 parent cb6a7e5 commit b09c022

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

tests/data/validation.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,14 @@
2828
"base" : "12FSSD",
2929
"expected" : false
3030
},
31+
{
32+
"base" : "1A1 1AA",
33+
"expected" : false
34+
},
35+
{
36+
"base" : "MA1 1AA",
37+
"expected" : true
38+
},
3139
{
3240
"base" : "BT35 8GE",
3341
"expected" : true

0 commit comments

Comments
 (0)