bug 296284: <blockquote type=cite> can cause the plaintext serializer to delete extra newlines before inlines after blocks. r=peterv sr=jst a=asa

git-svn-id: svn://10.0.0.236/trunk@174711 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mrbkap%gmail.com
2005-06-16 18:20:59 +00:00
parent d45261fa03
commit ad0c3c42b0
5 changed files with 79 additions and 0 deletions

View File

@@ -92,6 +92,13 @@ if ($status != 0) {
$errmsg = "$errmsg mailquote.out";
}
print "Testing misc. HTML output with format=flowed ...\n";
$status = system("./TestOutput -i text/html -o text/plain -f 2 -w 50 -c OutTestData/mischtml.out OutTestData/mischtml.html");
if ($status != 0) {
print "Misc. HTML with format=flowed test failed.\n";
$errmsg = "$errmsg mischtml.out";
}
print "Testing format=flowed output ...\n";
$status = system("./TestOutput -i text/html -o text/plain -f 66 -w 50 -c OutTestData/simplemail.out OutTestData/simplemail.html");
if ($status != 0) {