File tree Expand file tree Collapse file tree 2 files changed +80
-84
lines changed Expand file tree Collapse file tree 2 files changed +80
-84
lines changed Original file line number Diff line number Diff line change @@ -866,10 +866,6 @@ func TestParameterValidationEnforcement(t *testing.T) {
866
866
// - Validation logic does not apply to the default if a value is given
867
867
// - [NumIns/DefInv] So the default can be invalid if an input value is valid.
868
868
// The value is therefore not really optional, but it is marked as such.
869
- // - [NumInsNotOptsVal | NumsInsNotOpts] values do not need to be in the option set?
870
- // - [NumInsNotNum] number params do not require the value to be a number
871
- // - [LStrInsNotList] list(string) do not require the value to be a list(string)
872
- // - Same with [MulInsNotListOpts]
873
869
table , err := os .ReadFile ("testdata/parameter_table.md" )
874
870
require .NoError (t , err )
875
871
You can’t perform that action at this time.
0 commit comments