1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
Test-Command: html2text -help
Restrictions: superficial
Test-Command: html2text -version
Restrictions: superficial
Test-Command: html2text debian/tests/cp1251.html > $AUTOPKGTEST_TMP/result;
diff $AUTOPKGTEST_TMP/result debian/tests/cp1251.html.supposed;
Test-Command: html2text debian/tests/debianorg.html > $AUTOPKGTEST_TMP/result;
diff $AUTOPKGTEST_TMP/result debian/tests/debianorg.html.supposed;
Test-Command: html2text debian/tests/h1.html > $AUTOPKGTEST_TMP/result;
diff $AUTOPKGTEST_TMP/result debian/tests/h1.html.supposed;
Test-Command: html2text debian/tests/quotes_dashes.html > $AUTOPKGTEST_TMP/result;
diff $AUTOPKGTEST_TMP/result debian/tests/quotes_dashes.html.supposed;
Test-Command: html2text -utf8 debian/tests/rus+eng.html > $AUTOPKGTEST_TMP/result;
diff $AUTOPKGTEST_TMP/result debian/tests/rus+eng.html.supposed;
Test-Command: html2text -ascii debian/tests/ascii-ntilde.html > $AUTOPKGTEST_TMP/result;
diff $AUTOPKGTEST_TMP/result debian/tests/ascii-ntilde.html.supposed;
Test-Command: html2text -utf8 debian/tests/pkgreport.html > $AUTOPKGTEST_TMP/result;
diff $AUTOPKGTEST_TMP/result debian/tests/pkgreport.html.supposed;
Test-Command: html2text debian/tests/number_in_attribute.html > $AUTOPKGTEST_TMP/result;
diff $AUTOPKGTEST_TMP/result debian/tests/number_in_attribute.html.supposed;
Test-Command: html2text -utf8 debian/tests/auml.html > $AUTOPKGTEST_TMP/result;
diff $AUTOPKGTEST_TMP/result debian/tests/auml.html.supposed;
|