[t/spec] Add two new tests that don't work (fudged out).
[pugs.git] / util / catalog_tmpl / Synopsis.tmpl
blob84eab8e7daba5f25f7c2079f8ac2fcbbf9138462
1 <HTML>
2  <HEAD>
3    <TITLE>SAE</TITLE>
4  </HEAD>
5  <BODY>
6    <a href="../index.html">&#x2191;</a>
7    <h1> Apokryphon, Exegesis and Synopsis, cross referenced </h1>
8    <p> The superscript numbers in square brackets denote the number of referencing unit tests
9        in the pugs test suite </p>
10    <table>
11     <tr valign="top">
12     
13       <td>
14         <ul>
15         <TMPL_LOOP name="apo">
16             <li><a href='<TMPL_VAR name="file">'><TMPL_VAR name="name">
17                   <TMPL_IF name="tests"> <sup >[ #<TMPL_VAR name="tests"> ]</sup> </TMPL_IF>
18             </a></li>
19         </TMPL_LOOP>
20         </ul>
21       </td>
23       <td>
24         <ul>
25         <TMPL_LOOP name="exe">
26             <li><a href='<TMPL_VAR name="file">'><TMPL_VAR name="name">
27                   <TMPL_IF name="tests"> <sup >[ #<TMPL_VAR name="tests"> ]</sup> </TMPL_IF>              
28             </a></li>
29         </TMPL_LOOP>
30         </ul>
31       </td>
32       
33       <td>
34         <ul>
35         <TMPL_LOOP name="syn">
36             <li><a href='<TMPL_VAR name="file">'><TMPL_VAR name="name">
37                   <TMPL_IF name="tests"> <sup >[ #<TMPL_VAR name="tests"> ]</sup> </TMPL_IF>
38             </a></li>
39         </TMPL_LOOP>
40         </ul>
41       </td>
42    </tr>
43 </table>
44 </BODY>
45 </HTML>