|
3 | 3 | <head>
|
4 | 4 | <title>SRFI 64: A Scheme API for test suites</title>
|
5 | 5 | <meta charset="utf-8" />
|
6 |
| - <meta name="viewport" content="width=device-width, initial-scale=1" /> |
7 |
| - <link rel="stylesheet" href="https://srfi.schemers.org/srfi.css" type="text/css" /> |
| 6 | + <meta content="width=device-width, initial-scale=1" name="viewport" /> |
| 7 | + <link href="https://srfi.schemers.org/srfi.css" rel="stylesheet" type="text/css" /> |
8 | 8 | <link href="/favicon.png" rel="icon" sizes="192x192" type="image/png" />
|
9 | 9 | <style type="text/css">
|
10 | 10 | /* So var inside pre gets same font as var in paragraphs. */
|
|
13 | 13 | </head>
|
14 | 14 |
|
15 | 15 | <body>
|
16 |
| -<h1><a href="https://srfi.schemers.org/"><img class="srfi-logo" src="https://srfi.schemers.org/srfi-logo.svg" alt="SRFI surfboard logo" /></a>64: A Scheme API for test suites</h1> |
| 16 | +<h1><a href="https://srfi.schemers.org/"><img alt="SRFI surfboard logo" class="srfi-logo" src="https://srfi.schemers.org/srfi-logo.svg" /></a>64: A Scheme API for test suites</h1> |
17 | 17 |
|
18 | 18 | <p>by Per Bothner<br />
|
19 | 19 | <code><a href=" mailto:[email protected]" >< [email protected]> </a></code></p>
|
20 | 20 |
|
21 | 21 | <h2>Status</h2>
|
22 | 22 |
|
23 |
| -<p>This SRFI is currently in <em>final</em> status. Here is <a href="https://srfi.schemers.org/srfi-process.html">an explanation</a> of each status that a SRFI can hold. To provide input on this SRFI, please send email to <code><a href="mailto:srfi+minus+64 +at+srfi+dotschemers+dot+org">srfi-64 @<span class="antispam">nospam</span>srfi.schemers.org</a></code>. To subscribe to the list, follow <a href="https://srfi.schemers.org/srfi-list-subscribe.html">these instructions</a>. You can access previous messages via the mailing list <a href="https://srfi-email.schemers.org/srfi-64 ">archive</a>.</p> |
| 23 | +<p>This SRFI is currently in <em>final</em> status. Here is <a href="https://srfi.schemers.org/srfi-process.html">an explanation</a> of each status that a SRFI can hold. To provide input on this SRFI, please send email to <code><a href="mailto:srfi+minus+64%20%20+at+srfi+dotschemers+dot+org">srfi-64 @<span class="antispam">nospam</span>srfi.schemers.org</a></code>. To subscribe to the list, follow <a href="https://srfi.schemers.org/srfi-list-subscribe.html">these instructions</a>. You can access previous messages via the mailing list <a href="https://srfi-email.schemers.org/srfi-64">archive</a>.</p> |
24 | 24 | <ul>
|
25 | 25 | <li>Received: 2005-01-07</li>
|
26 | 26 | <li>Draft: 2005-01-28--2005-03-28</li>
|
@@ -850,7 +850,7 @@ <h2>Copyright</h2>
|
850 | 850 | WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p>
|
851 | 851 | <hr />
|
852 | 852 | <address>Author: <a href=" mailto:[email protected]" >Per Bothner </a></address>
|
853 |
| -<address>Editor: <a href="mailto:srfi minus editors at srfi dot schemers dot org">Francisco Solsona</a></address> |
| 853 | +<address>Editor: <a href="mailto:srfi%20minus%20editors%20at%20srfi%20dot%20schemers%20dot%20org">Francisco Solsona</a></address> |
854 | 854 | <p>
|
855 | 855 | <!-- Created: Sat Sep 4 12:26:07 PDT 2004 -->
|
856 | 856 | <!-- hhmts start -->
|
|
0 commit comments