Skip to content

Commit b7592e5

Browse files
committed
tests: Minor documentation readability tweak
1 parent 926c36c commit b7592e5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,10 @@ that is, `$i` and `$j` specify a range, 1-indexed, inclusive of both endpoints.
1616
`$style` is a key of `$ZSH_HIGHLIGHT_STYLES`.
1717
If `$todo` exists, the test point is marked as TODO (the failure of that test
1818
point will not fail the test), and `$todo` is used as the explanation.
19+
1920
If a test sets `$skip_test` to a non-empty string, the test will be skipped
2021
with the provided string as the reason.
22+
2123
If a test sets `unsorted=1` the order of highlights in `$expected_region_highlight`
2224
need not match the order in `$region_highlight`.
2325

0 commit comments

Comments
 (0)