dmarston 00/12/17 13:54:51
Added: test/tests/conf-gold/embed embed07.out embed02.out
embed03.out embed04.out embed06.out embed01.out
Log:
Copy of tests in Lotus/IBM repository
Revision Changes Path
1.1 xml-xalan/test/tests/conf-gold/embed/embed07.out
Index: embed07.out
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<transform>
Hello
Goodbye
</transform>
1.1 xml-xalan/test/tests/conf-gold/embed/embed02.out
Index: embed02.out
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<out>
Hello down there.
</out>
1.1 xml-xalan/test/tests/conf-gold/embed/embed03.out
Index: embed03.out
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/TR/xhtml1/strict"><head><title>Expense Report
Summary</title></head><body><p>Total Amount: 153</p></body></html>
1.1 xml-xalan/test/tests/conf-gold/embed/embed04.out
Index: embed04.out
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/TR/xhtml1/strict"><head><title>Expense Report
Summary</title></head><body><p>Total Amount: 153</p></body></html>
1.1 xml-xalan/test/tests/conf-gold/embed/embed06.out
Index: embed06.out
===================================================================
<html lang="en">
<head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Sales Results By Division</title>
</head>
<body>
<table border="1">
<tr>
<th>Division</th><th>Revenue</th><th>Growth</th><th>Bonus</th>
</tr>
<tr>
<td><em>North</em></td><td>10</td><td>9</td><td>7</td>
</tr>
<tr>
<td><em>West</em></td><td>6</td><td style="color:red">-1.5</td><td>2</td>
</tr>
<tr>
<td><em>South</em></td><td>4</td><td>3</td><td>4</td>
</tr>
</table>
</body>
</html>
1.1 xml-xalan/test/tests/conf-gold/embed/embed01.out
Index: embed01.out
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<out>
Hello
Goodbye
</out>