Skip to content

Commit 3289164

Browse files
committed
srfi-64.html: Standardize 'test-approximate' definition format.
* srfi-64.html (Simple test-cases) <test-approximate>: Wrap arguments in 'var' tags.
1 parent 05376fd commit 3289164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

srfi-64.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ <h4>Simple test-cases</h4>
171171
<p>For testing approximate equality of inexact reals
172172
we can use <code>test-approximate</code>:</p>
173173
<pre>
174-
(<b>test-approximate</b> [test-name] expected test-expr error)
174+
(<b>test-approximate</b> [<var>test-name</var>] <var>expected</var> <var>test-expr</var> <var>error</var>)
175175
</pre>
176176
<p>
177177
This is equivalent to (except that each argument is only evaluated once):</p>

0 commit comments

Comments
 (0)