Skip to content

Commit 93e836e

Browse files
matejakjan-cerny
andauthored
Apply suggestions from code review
Co-Authored-By: Jan Černý <[email protected]>
1 parent 4cd498e commit 93e836e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/contribute/testing.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -220,13 +220,13 @@ verify_results "def" test_probe_foo.xml results.xml 13
220220
----
221221

222222
The function extracts the actual test/definition result, and compares it with the respective test/definition comment.
223-
So for example, if the test contains `comment="true"`, the test passes only if result of the respective test is `true`,
223+
For example, if the test contains `comment="true"`, the test passes only if result of the respective test is `true`,
224224
if `comment="false"`, a `false` result is expected.
225-
If the comment is missing or it has other value, it is assumed that the result shouldn't be neither `true` or `false`.
225+
If the comment is missing or it has other value, it is assumed that the result should be neither `true` nor `false`.
226226

227227
NOTE: This function expects that the OVAL `TYPE` is numbered from `1` to `COUNT`
228228
in the `RESULTS_FILE`.
229-
Type is typically `def` or `tst` for definitions and tests respectively.
229+
`TYPE` is typically `def` or `tst` for definitions and tests respectively.
230230

231231

232232
==== assert_exists function

0 commit comments

Comments
 (0)