20253, 20246: Fix extra ; after entity output. Clean up the code which

inserts the "html" text for an open html tag.  Changes from rickg to
remove large amounts of obsolete code from nsXIFDTD. r=rickg


git-svn-id: svn://10.0.0.236/trunk@54933 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
akkana%netscape.com
1999-12-01 22:09:21 +00:00
parent 3e9c78e028
commit 4cd9cfb812
10 changed files with 78 additions and 894 deletions

View File

@@ -55,7 +55,7 @@ if ($status != 0) then
set errmsg = ($errmsg "plainnowrap.out")
endif
echo "Testing wrapped but unformatted plaintext ..."
echo "Testing wrapped and formatted plaintext ..."
TestOutput -i text/html -o text/plain -f 32 -w 50 -c OutTestData/plainwrap.out OutTestData/plain.html
if ($status != 0) then
echo "Wrapped plaintext test failed."
@@ -84,7 +84,7 @@ if ($status != 0) then
endif
echo "Testing HTML Table to Text ..."
TestOutput -i text/html -o text/plain -c OutTestData/htmltable.out OutTestData/htmltable.html
TestOutput -i text/html -o text/plain -f 2 -c OutTestData/htmltable.out OutTestData/htmltable.html
if ($status != 0) then
echo "HTML Table to Plain text failed."
set errmsg = ($errmsg "htmltable.out")