Skip to content

Commit 29d0e6e

Browse files
hairezniemela
authored andcommitted
Remove unintended hyperlink in specs of 2023-07-draft
Removed for the word "See" in two places of the specs.
1 parent f8d567b commit 29d0e6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/2023-07-draft.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -574,9 +574,9 @@ The format of `test_group.yaml` is as follows:
574574
Key | Type | Default | Comments
575575
------------------------- | ----------------------------------- | ---------------------------------------------- | --------
576576
`max_score` | Integer or `unbounded` | 100 in `secret`, otherwise `unbounded` | The maximum possible score of the test data group. Must be a non-negative integer or `unbounded`. This key is only permitted for the `secret` group and its subgroups.
577-
`score_aggregation` | `pass-fail`, `sum`, or `min` | `sum` in `secret`, otherwise `pass-fail` | How the score is determined based on the scores of the contained groups or test cases. [See Result Aggregation](#result-aggregation). This key is only permitted for the `secret` group and its subgroups.
577+
`score_aggregation` | `pass-fail`, `sum`, or `min` | `sum` in `secret`, otherwise `pass-fail` | How the score is determined based on the scores of the contained groups or test cases. See [Result Aggregation](#result-aggregation). This key is only permitted for the `secret` group and its subgroups.
578578
`static_validation_score` | Integer or `pass-fail` | | The maximum score of the static validation test case, or `pass-fail`. See [Static Validator](#static-validator).
579-
`require_pass` | String or sequence of strings | empty sequence | Other test data groups whose test cases a submission must pass in order to receive a score for this test group. [See Result Aggregation](#result-aggregation). This key is only permitted for the `secret` group and its subgroups.
579+
`require_pass` | String or sequence of strings | empty sequence | Other test data groups whose test cases a submission must pass in order to receive a score for this test group. See [Result Aggregation](#result-aggregation). This key is only permitted for the `secret` group and its subgroups.
580580
`args` | Sequence of strings | empty sequence | See [Test Case Configuration](#test-case-configuration).
581581
`input_validator_args` | Sequence of strings or map of strings to sequences of strings | empty sequence | See [Test Case Configuration](#test-case-configuration).
582582
`static_validator_args` | Sequence of strings | empty sequence | See [Static Validator](#static-validator).

0 commit comments

Comments
 (0)