[ZPT] CVS: Packages/TAL - test14.html:1.1 test14.xml:1.1

guido@digicool.com guido@digicool.com
Wed, 11 Apr 2001 15:09:04 -0400 (EDT)


Update of /cvs-repository/Packages/TAL/test/output
In directory korak:/tmp/cvs-serv26759/output

Added Files:
	test14.html test14.xml 
Log Message:
Add test cases for repeat with replace/combine.


--- Added File test14.html in package Packages/TAL ---
<table>
  <tr>
    <td>car</td>
    <td>bike</td>
    <td>broomstick</td>
  </tr>
</table>

<p>
  Harry
  Ron
  Hermione
</p>

--- Added File test14.xml in package Packages/TAL ---
<?xml version="1.0" ?>
<html>

<table>
  <tr>
    <td>car</td>
    <td>bike</td>
    <td>broomstick</td>
  </tr>
</table>

<p>
  Harry
  Ron
  Hermione
</p>

</html>