Skip to content

Commit 85ef216

Browse files
Merge pull request #5 from Apteryks/modernize-urls
Modernize urls
2 parents f1e4243 + 119001b commit 85ef216

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

srfi-64.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ <h2>Rationale</h2>
5151
possible to write a portable basic implementation.</p>
5252
<p>
5353
There are other testing frameworks written in Scheme, including
54-
<a href="http://schematics.sourceforge.net/schemeunit.html">SchemeUnit</a>.
55-
However SchemeUnit is not portable.
54+
<a href="https://docs.racket-lang.org/rackunit/">RackUnit</a>.
55+
However RackUnit is not portable.
5656
It is also a bit on the verbose side.
57-
It would be useful to have a bridge between this framework and SchemeUnit
58-
so SchemeUnit tests could run under this framework and vice versa.
57+
It would be useful to have a bridge between this framework and RackUnit
58+
so RackUnit tests could run under this framework and vice versa.
5959
There exists also at least one Scheme wrapper providing a Scheme interface
60-
to the <q>standard</q> <a href="http://www.junit.org/">JUnit</a> API for Java.
60+
to the <q>standard</q> <a href="https://www.junit.org/">JUnit</a> API for Java.
6161
It would be useful to have a bridge so that tests written using this
6262
framework can run under a JUnit runner.
6363
Neither of these features are part of this specification.</p>
@@ -536,7 +536,7 @@ <h4>Running specific tests with a specified runner</h4>
536536
<code>test-apply</code> <em>and</em> does not match any
537537
active <code>test-skip</code> specifiers.</p>
538538
<p>
539-
<code>(<b>test-with-runner</b><var>runner</var> <var>decl-or-expr</var> ...)</code><br />
539+
<code>(<b>test-with-runner</b> <var>runner</var> <var>decl-or-expr</var> ...)</code><br />
540540
Executes each <var>decl-or-expr</var> in order in a context
541541
where the current test-runner is <var>runner</var>.</p>
542542

0 commit comments

Comments
 (0)