We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aa1ed2 commit 65368e3Copy full SHA for 65368e3
srfi-64.html
@@ -549,7 +549,7 @@ <h4>Result kind</h4>
549
<p>Running a test may yield one of the following
550
status symbols:</p>
551
<dl>
552
-<dt><code>'pass</code></dt><dd>The passed, as expected.</dd>
+<dt><code>'pass</code></dt><dd>The test passed, as expected.</dd>
553
<dt><code>'fail</code></dt><dd>The test failed (and was not expected to).</dd>
554
<dt><code>'xfail</code></dt><dd>The test failed and was expected to.</dd>
555
<dt><code>'xpass</code></dt><dd>The test passed, but was expected to fail.</dd>
0 commit comments