We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 208f524 commit ae7b8d7Copy full SHA for ae7b8d7
test/README.md
@@ -187,6 +187,12 @@ If `FailsFormat` is `true`,
187
attempting to format the _placeholder_ to any formatting target will
188
emit a _Bad Option_ error.
189
190
+> Note that emitting _Bad Option_ here does not indicate an incorrect option.
191
+> Actual functions in your implementation might emit
192
+> an implementation-defined or platform-specific runtime error or exception
193
+> when the function handler is called.
194
+> Your implementation might thus produce a _Message Function Error_
195
+> not provided with a label in the JSON Schema of this test suite.
196
### `:test:select`
197
198
This _function_ accepts the same _operands_ and _options_,
0 commit comments