You are viewing a plain text version of this content. The canonical link for it is here.
Posted to embperl-cvs@perl.apache.org by ri...@locus.apache.org on 2000/09/14 07:00:03 UTC

cvs commit: embperl/test/html inputdisable.htm tabmode.htm

richter     00/09/13 22:00:02

  Added:       test/cmp tabmode.htm
               test/html inputdisable.htm tabmode.htm
  Log:
  - new tests
  
  Revision  Changes    Path
  1.1                  embperl/test/cmp/tabmode.htm
  
  Index: tabmode.htm
  ===================================================================
  
  
  $a[0][0] = '1/1' ;<BR>
     $a[1][0] = '2/1' ;<BR>
     $a[1][1] = '2/2' ;<BR>
     $a[2][0] = '3/1' ;<BR>
     $a[2][1] = '3/2' ;<BR>
     $a[2][2] = '3/3' ;<BR>
  
  <P>$tabmode = default <P>
  
  
  <table>
      <tr>
          <td>a1/1</td>
      </tr> 
  
      <tr>
          <td>a2/1</td>
      </tr> 
  
      <tr>
          <td>a3/1</td>
      </tr> 
  </table>
  
  <table border="2" width="100%">
      <tr>
          <th>1</th>
          <th>2</th>
          <th>3</th>
      </tr> 
      <tr>
          <td>a1/1 </td>
      </tr> 
   
      <tr>
          <td>a2/1 </td>
      
          <td>a2/2 </td>
      </tr> 
   
      <tr>
          <td>a3/1 </td>
      
          <td>a3/2 </td>
      
          <td>a3/3 </td>
      </tr> 
  </table>
  
  <table border="3" width="100%">
      <tr>
          <th>b3/1</th>
      
          <th>b3/2</th>
      
          <th>b3/3</th>
      </tr> 
      <tr>
          <td>a1/1 </td>
      </tr> 
   
      <tr>
          <td>a2/1 </td>
      
          <td>a2/2 </td>
      </tr> 
   
      <tr>
          <td>a3/1 </td>
      
          <td>a3/2 </td>
      
          <td>a3/3 </td>
      </tr> 
  </table>
  
  
  
  <hr><P>$tabmode=3 + 48 ; $maxcol = 4; $maxrow = 4 <P>
  <table>
      <tr>
          <td>a1/1 </td>
      
          <td> </td>
      
          <td> </td>
      
          <td> </td>
      </tr> 
  
      <tr>
          <td>a2/1 </td>
      
          <td>a2/2 </td>
      
          <td> </td>
      
          <td> </td>
      </tr> 
  
      <tr>
          <td>a3/1 </td>
      
          <td>a3/2 </td>
      
          <td>a3/3 </td>
      
          <td> </td>
      </tr> 
  
      <tr>
          <td> </td>
      
          <td> </td>
      
          <td> </td>
      
          <td> </td>
      </tr> 
  </table>
  
  <hr><p> $tabmode=1 + 32 ; <p>
  <table>
      <tr>
          <td>a1/1 </td>
      
          <td> </td>
      </tr> 
  
      <tr>
          <td>a2/1 </td>
      
          <td>a2/2 </td>
      
          <td> </td>
      </tr> 
  
      <tr>
          <td>a3/1 </td>
      
          <td>a3/2 </td>
      
          <td>a3/3 </td>
      
          <td> </td>
      </tr> 
  
      <tr>
          <td> </td>
      </tr> 
  </table>
  
  optDisableTableScan is now: 0 <BR>
  optDisableTableScan is set now to: 1 <BR>
  optDisableTableScan is now: 1 <BR>
  
  <table border="2" width="100%">
      <tr>
          <td>a1/1 </td>
      </tr> 
  </table>
  
  optDisableTableScan is now: 1 <BR>
  optDisableTableScan is set now to: 0 <BR>
  optDisableTableScan is now: 0 <BR>
  
  <table border="2" width="100%">
      <tr>
          <td>a1/1 </td>
      
          <td> </td>
      </tr> 
  
      <tr>
          <td>a2/1 </td>
      
          <td>a2/2 </td>
      
          <td> </td>
      </tr> 
  
      <tr>
          <td>a3/1 </td>
      
          <td>a3/2 </td>
      
          <td>a3/3 </td>
      
          <td> </td>
      </tr> 
  
      <tr>
          <td> </td>
      </tr> 
  </table>
  
  </body>
  </html>
  
  
  
  
  1.2       +224 -0    embperl/test/html/inputdisable.htm
  
  
  
  
  1.2       +100 -0    embperl/test/html/tabmode.htm