This commit is contained in:
a1346054 2026-02-10 21:33:38 +05:30 committed by GitHub
commit 05ccc8aace
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 17 additions and 22 deletions

View file

@ -20,11 +20,11 @@ that is, `$i` and `$j` specify a range, 1-indexed, inclusive of both endpoints.
If `$todo` exists, the test point is marked as TODO (the failure of that test
point will not fail the test), and `$todo` is used as the explanation.
2.
2.
If a test sets `$skip_test` to a non-empty string, the test will be skipped
with the provided string as the reason.
3.
3.
If a test sets `$fail_test` to a non-empty string, the test will be skipped
with the provided string as the reason.