Update of /cvsroot/happydoc/HappyDoc3/TestCases/testScanner/levelOne
In directory sc8-pr-cvs1:/tmp/cvs-serv26956/TestCases/testScanner/levelOne
Added Files:
Existing.html
Log Message:
Add a regular HTML file to the test input so we can verify that it is
copied to the output properly.
--- NEW FILE: Existing.html ---
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Existing HTML file.</title>
</head>
<body>
<h1>Existing HTML file.</h1>
<p>Sample of processing for an existing HTML file.</p>
<hr>
<address><a href="mailto:do...@he...">Doug Hellmann</a></address>
<!-- Created: Sun Dec 1 11:04:13 EST 2002 -->
<!-- hhmts start -->
Last modified: Sun Dec 1 11:04:29 EST 2002
<!-- hhmts end -->
</body>
</html>
|