Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 37f575c

Browse files
committed
test: add unit test to document behavior when no new value exists
1 parent 8692a56 commit 37f575c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

provider/testdata/parameter_table.md

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
| EmptyMinOpt | number | | | | 1,2,3 | 2-5 | | | | valid option |
1313
| EmptyRegexOpt | string | | | | "hello","goodbye" | goodbye | | | | valid option |
1414
| EmptyRegexOk | string | | | | | .* | | "" | false | |
15+
| EmptyInc | number | 4 | | | | increasing | | | | monotonicity |
16+
| EmptyDec | number | 4 | | | | decreasing | | | | monotonicity |
1517
| | | | | | | | | | | |
1618
| | Default Set | | No inputs | | | | | | | |
1719
| NumDef | number | | | 5 | | | | 5 | true | |

0 commit comments

Comments
 (0)