@@ -29,21 +29,21 @@ <H1>Status</H1>
29
29
30
30
This SRFI is currently in ``final'' status. To see an explanation of each
31
31
status that a SRFI can hold, see
32
- < a href ="http ://srfi.schemers.org/srfi-process.html "> here</ a > .
32
+ < a href ="https ://srfi.schemers.org/srfi-process.html "> here</ a > .
33
33
It will remain in draft status until 2005-03-17, or as amended. To
34
34
provide input on this SRFI, please < code >
35
35
< a href ="mailto:srfi minus 64 at srfi dot schemers dot org "> mailto:srfi minus 64 at srfi dot schemers dot org</ a > </ code > .
36
- See < a href ="http ://srfi.schemers.org/srfi-list-subscribe.html "> instructions
36
+ See < a href ="https ://srfi.schemers.org/srfi-list-subscribe.html "> instructions
37
37
here</ a > to subscribe to the list. You can access previous messages via
38
- < a href ="http ://srfi.schemers.org/srfi-64/mail-archive/maillist.html "> the
38
+ < a href ="https ://srfi.schemers.org/srfi-64/mail-archive/maillist.html "> the
39
39
archive of the mailing list</ a > .
40
40
< p >
41
41
< ul >
42
42
< li > Received: 2005-01-07</ li >
43
43
< li > Draft: 2005-01-28--2005-03-28</ li >
44
- < li > Revised: < a href ="http ://srfi.schemers.org/srfi-64/srfi-64-1.3.html "> 2005-10-18</ a >
45
- < li > Revised: < a href ="http ://srfi.schemers.org/srfi-64/srfi-64-1.5.html "> 2006-02-24</ a >
46
- < li > Final: < a href ="http ://srfi.schemers.org/srfi-64/srfi-64-1.6.html "> 2006-06-18</ a > </ li >
44
+ < li > Revised: < a href ="https ://srfi.schemers.org/srfi-64/srfi-64-1.3.html "> 2005-10-18</ a >
45
+ < li > Revised: < a href ="https ://srfi.schemers.org/srfi-64/srfi-64-1.5.html "> 2006-02-24</ a >
46
+ < li > Final: < a href ="https ://srfi.schemers.org/srfi-64/srfi-64-1.6.html "> 2006-06-18</ a > </ li >
47
47
< li > Revised to fix errata: 2016-08-11</ li >
48
48
</ ul >
49
49
</ p >
@@ -220,9 +220,9 @@ <h3>Tests for catching errors</h3>
220
220
specification) what form < code > < var > test-error</ var > </ code > may take,
221
221
though all implementations must allow < code > #t</ code > .
222
222
Some implementations may support
223
- < a href ="http ://srfi.schemers.org/srfi-35/srfi-35.html "> SRFI-35's conditions</ a > ,
223
+ < a href ="https ://srfi.schemers.org/srfi-35/srfi-35.html "> SRFI-35's conditions</ a > ,
224
224
but these are only standardized for
225
- < a href ="http ://srfi.schemers.org/srfi-36/srfi-36.html "> SRFI-36's I/O conditions</ a > , which are seldom useful in test suites.
225
+ < a href ="https ://srfi.schemers.org/srfi-36/srfi-36.html "> SRFI-36's I/O conditions</ a > , which are seldom useful in test suites.
226
226
An implementation may also allow implementation-specific
227
227
< q > exception types</ q > .
228
228
For example Java-based implementations may allow
@@ -505,7 +505,7 @@ <h2>Test-runner</h2>
505
505
< code > (< b > test-runner-current</ b > < var > runner</ var > )</ code > < br />
506
506
Get or set the current test-runner.
507
507
If an implementation supports parameter objects
508
- (as in < a href ="http ://srfi.schemers.org/srfi-39/srfi-39.html "> SRFI-39</ a > ),
508
+ (as in < a href ="https ://srfi.schemers.org/srfi-39/srfi-39.html "> SRFI-39</ a > ),
509
509
then < code > test-runner-current</ code > can be a parameter object.
510
510
Alternatively, < code > test-runner-current</ code > may be implemented
511
511
as a macro or function
@@ -822,7 +822,7 @@ <h3>Example</h3>
822
822
< h1 > Implementation</ h1 >
823
823
< p >
824
824
The test implementation uses < code > cond-expand</ code >
825
- (< a href ="http ://srfi.schemers.org/srfi-0/srfi-0.html "> SRFI-0</ a > )
825
+ (< a href ="https ://srfi.schemers.org/srfi-0/srfi-0.html "> SRFI-0</ a > )
826
826
to select different code depending on certain SRFI names (< code > srfi-9</ code > ,
827
827
< code > srfi-34</ code > , < code > srfi-35</ code > , < code > srfi-39</ code > ),
828
828
or implementations (< code > kawa</ code > ).
@@ -833,8 +833,8 @@ <h1>Implementation</h1>
833
833
< h2 > Examples</ h2 >
834
834
< p > Here is < a href ="srfi-25-test.scm "> < code > srfi-25-test.scm</ code > </ a > ,
835
835
based converted from Jussi Piitulainen's
836
- < a href ="http ://srfi.schemers.org/srfi-25/test.scm "> < code > test.scm</ code > </ a >
837
- for < a href ="http ://srfi.schemers.org/srfi-25/srfi-25.html "> SRFI-25</ a > .</ p >
836
+ < a href ="https ://srfi.schemers.org/srfi-25/test.scm "> < code > test.scm</ code > </ a >
837
+ for < a href ="https ://srfi.schemers.org/srfi-25/srfi-25.html "> SRFI-25</ a > .</ p >
838
838
839
839
< h2 > Test suite</ h2 >
840
840
< p >
0 commit comments