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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user