|
9 | 9 | | EmptyOpts| string,number||| 1,2,3||| ""| false|||
|
10 | 10 | | EmptyRegex| string|||| world|||| regex error| =|
|
11 | 11 | | EmptyMin| number|||| 1-10|||| 1 < < 10| =|
|
12 |
| -| EmptyMinOpt| number||| 1,2,3| 2-5||||2 < < 5| 2 < 1 < 5| |
13 |
| -| EmptyRegexOpt| string||| "hello","goodbye"| goodbye||||regex error| =| |
| 12 | +| EmptyMinOpt| number||| 1,2,3| 2-5||||valid option| 2 < 1 < 5| |
| 13 | +| EmptyRegexOpt| string||| "hello","goodbye"| goodbye||||valid option| regex error| |
14 | 14 | | EmptyRegexOk| string|||| .*|| ""| false|||
|
15 | 15 | ||||||||||||
|
16 | 16 | || Default Set| No inputs|||||||||
|
|
48 | 48 | | NumIns=DefInv| number| 5| 5|| 1-3|||| 1 < 5 < 3| =|
|
49 | 49 | | NumInsOpts| number| 3| 5| 1,2,3,4,5| 1-3|| 3| true|| 1 < 5 < 3|
|
50 | 50 | | NumInsNotOptsVal| number| 3| 5| 1,2,4,5| 1-3|||| valid option| 1 < 4 < 3|
|
51 |
| -| NumInsNotOptsInv| number| 3| 5| 1,2,4,5| 1-2||| true|1 < 3 < 2| 1 < 4 < 2| |
| 51 | +| NumInsNotOptsInv| number| 3| 5| 1,2,4,5| 1-2||| true|valid option| 1 < 4 < 2| |
52 | 52 | | NumInsNotOpts| number| 3| 5| 1,2,4,5||||| valid option| =|
|
53 | 53 | | NumInsNotOpts/NoDef| number| 3|| 1,2,4,5||||| valid option| =|
|
54 | 54 | ||||||||||||
|
|
59 | 59 | | StrIns=DefInv| string| e| e||[a-c]|||| regex error| =|
|
60 | 60 | | StrInsOpts| string| c| e| a,b,c,d,e|[a-c]|| c| true|| value "d"|
|
61 | 61 | | StrInsNotOptsVal| string| c| e| a,b,d,e|[a-c]|||| valid option| value "d"|
|
62 |
| -| StrInsNotOptsInv| string| c| e| a,b,d,e|[a-b]||||regex error| =| |
| 62 | +| StrInsNotOptsInv| string| c| e| a,b,d,e|[a-b]||||valid option| regex error| |
63 | 63 | | StrInsNotOpts| string| c| e| a,b,d,e||||| valid option| =|
|
64 | 64 | | StrInsNotOpts/NoDef| string| c|| a,b,d,e||||| valid option| =|
|
65 | 65 | | StrInsBadVal| string| c|| a,b,c,d,e| 1-10|||| min cannot| =|
|
|