Skip to content

Commit 8df5097

Browse files
committed
deploy: 97904a3
1 parent 4c7eaab commit 8df5097

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

plunit_assert.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,13 @@ <h1 class="file"><span style="float:right"></span>plunit_assert.pl -- The test A
296296
<dt class="tag">Arguments:</dt><dd>
297297

298298
<table class="arglist">
299-
<tr><td><var>Goal</var></td><td class="argdescr">- The goal to be queried in the form of a plunit_assert predicate</td></tr>
299+
<tr><td><var>Goal</var></td><td class="argdescr">- The goal to be queried in the form of a plunit_assert predicate
300+
<code>assert_test_fails(Goal)</code> :-
301+
( <var>Goal</var>
302+
-&gt; <code>feedback('Asserted test failure but test passed: ~q', [Goal])</code>,
303+
fail
304+
; true
305+
).</td></tr>
300306
</table>
301307

302308
</dd>

0 commit comments

Comments
 (0)