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) {
866866 // - Validation logic does not apply to the default if a value is given
867867 // - [NumIns/DefInv] So the default can be invalid if an input value is valid.
868868 // 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]
873869 table , err := os .ReadFile ("testdata/parameter_table.md" )
874870 require .NoError (t , err )
875871
You can’t perform that action at this time.
0 commit comments