Skip to content

Commit be0cee4

Browse files
committed
Adds additional test for verifying Austrian SVNR
1 parent d7fcbdb commit be0cee4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

operators/verifysvnr.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
[
2+
{
3+
"param" : "([0-9]{4} ?[0-9]{6})",
4+
"input" : "1237010180",
5+
"ret" : 1,
6+
"type" : "op",
7+
"name" : "verifysvnr"
8+
},
29
{
310
"param" : "([0-9]{4} ?[0-9]{6})",
411
"input" : "asdf 1237 010180 asdf",

0 commit comments

Comments
 (0)