Skip to content

Commit 575a26c

Browse files
committed
test: compare tests to main
1 parent 4e7da25 commit 575a26c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

provider/testdata/parameter_table.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
| Name | Type | Input | Default | Options | Validation | -> | Output | Optional | Error |
1+
| Name | Type | Input | Default | Options | Validation | -> | Output | Optional | ErrorCreate |
22
|----------------------|---------------|-----------|---------|-------------------|------------|----|--------|----------|--------------|
33
| | Empty Vals | | | | | | | | |
44
| Empty | string,number | | | | | | "" | false | |
@@ -40,6 +40,7 @@
4040
| | | | | | | | | | |
4141
| | Input Vals | | | | | | | | |
4242
| NumIns | number | 3 | | | | | 3 | false | |
43+
| NumInsOptsNaN | number | 3 | 5 | a,1,2,3,4,5 | 1-3 | | | | a number |
4344
| NumInsNotNum | number | a | | | | | a | false | |
4445
| NumInsNotNumInv | number | a | | | 1-3 | | | | 1 < a < 3 |
4546
| NumInsDef | number | 3 | 5 | | | | 3 | true | |

0 commit comments

Comments
 (0)