Skip to content

Commit 41b684e

Browse files
committedNov 10, 2021
docs: fix truncated line
Not sure how that happened. fix: #785
1 parent 6e04ce7 commit 41b684e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed
 

‎docs/src/content/tap-protocol/index.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,12 @@ about a test point.
114114

115115
A test point can be marked as `todo` to indicate that it is going to
116116
be implemented later, or `skip` to indicate that the test should not
117-
be performed in the given context. `todo` and `skip` are
117+
be performed in the given context. `todo` and `skip` are handled
118+
programmatically to indicate these states. Failures of `todo` or `skip`
119+
test points will not be treated as failure overall.
118120

119-
A test point associated with a
120-
Subtest can also have a `# time=...` directive indicating how long the
121-
subtest took to run.
121+
A test point associated with a Subtest can also have a `# time=...`
122+
directive indicating how long the subtest took to run.
122123

123124
Example:
124125

0 commit comments

Comments
 (0)
Please sign in to comment.