inweb-bootstrap/docs/foundation-test/index.html

64 lines
2.5 KiB
HTML
Raw Normal View History

2019-02-04 22:26:45 +00:00
<html>
<head>
2020-03-23 15:04:43 +00:00
<title>foundation-test</title>
2020-04-20 22:26:08 +00:00
<link href="../docs-assets/Breadcrumbs.css" rel="stylesheet" rev="stylesheet" type="text/css">
<meta name="viewport" content="width=device-width initial-scale=1">
2019-02-04 22:26:45 +00:00
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Language" content="en-gb">
2020-04-20 22:26:08 +00:00
2020-04-25 10:33:39 +00:00
<link href="../docs-assets/Navigation.css" rel="stylesheet" rev="stylesheet" type="text/css">
<link href="../docs-assets/Fonts.css" rel="stylesheet" rev="stylesheet" type="text/css">
2020-04-20 22:26:08 +00:00
<link href="../docs-assets/Base.css" rel="stylesheet" rev="stylesheet" type="text/css">
2020-04-12 16:24:23 +00:00
2019-02-04 22:26:45 +00:00
</head>
2020-04-25 10:33:39 +00:00
<body class="commentary-font">
<nav role="navigation">
2020-04-13 16:06:45 +00:00
<h1><a href="../index.html">
2020-04-20 22:26:08 +00:00
<img src="../docs-assets/Octagram.png" width=72 height=72">
2020-04-13 16:06:45 +00:00
</a></h1>
<ul><li><a href="../inweb/index.html">inweb</a></li>
</ul><h2>Foundation Module</h2><ul>
<li><a href="../foundation-module/index.html">foundation</a></li>
<li><span class="unlink">foundation-test</span></li>
</ul><h2>Example Webs</h2><ul>
2020-04-12 16:24:23 +00:00
<li><a href="../goldbach/index.html">goldbach</a></li>
<li><a href="../twinprimes/twinprimes.html">twinprimes</a></li>
2020-04-15 22:45:08 +00:00
<li><a href="../eastertide/index.html">eastertide</a></li>
2020-04-14 17:36:42 +00:00
</ul><h2>Repository</h2><ul>
2020-04-20 22:34:44 +00:00
<li><a href="https://github.com/ganelson/inweb"><img src="../docs-assets/github.png" height=18> github</a></li>
2020-04-14 17:36:42 +00:00
</ul><h2>Related Projects</h2><ul>
<li><a href="../../../inform/docs/index.html">inform</a></li>
<li><a href="../../../intest/docs/index.html">intest</a></li>
2020-04-13 16:06:45 +00:00
</ul>
</nav>
<main role="main">
2020-04-13 16:06:45 +00:00
<ul class="crumbs"><li><a href="../index.html">Home</a></li><li><b>foundation-test</b></li></ul>
2020-03-23 15:04:43 +00:00
<p class="purpose">Unit tests for the foundation module. This is version 1.</p>
2019-02-04 22:26:45 +00:00
<hr>
2020-04-23 22:23:44 +00:00
<ul class="chapterlist">
<li>
<p><a name="S"></a><spon class="chaptertitle">Sections</span></p>
<p><span class="purpose"></span></p>
<ul class="sectionlist">
2019-02-04 22:26:45 +00:00
<li>
<p><a href="S-pc.html"><spon class="sectiontitle">Program Control</span></a> -
<span class="purpose">Choosing which unit test to run on the basis of the command-line arguments.</span></p>
</li>
<li>
<p><a href="S-ut.html"><spon class="sectiontitle">Unit Tests</span></a> -
<span class="purpose">A selection of tests for, or demonstrations of, foundation features.</span></p>
</li>
2020-04-23 22:23:44 +00:00
</ul>
</li>
2019-02-04 22:26:45 +00:00
</ul>
<hr>
<p class="purpose">Together with the following imported module:
<ul class="chapterlist">
<li><p>foundation - A library of common code used by all of the Inform tools.</p></li></ul>
2020-04-23 22:23:44 +00:00
</main>
2019-02-04 22:26:45 +00:00
</body>
</html>