File: control

package info (click to toggle)
html2text 2.2.3-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,908 kB
  • sloc: cpp: 5,118; yacc: 885; sh: 711; makefile: 79
file content (29 lines) | stat: -rw-r--r-- 1,440 bytes parent folder | download | duplicates (2)
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
Test-Command: html2text -help
Restrictions: superficial

Test-Command: html2text -version
Restrictions: superficial

Test-Command: html2text -nobs debian/tests/cp1251.html > $AUTOPKGTEST_TMP/result;
              diff $AUTOPKGTEST_TMP/result debian/tests/cp1251.html.supposed;

Test-Command: html2text -nobs debian/tests/debianorg.html > $AUTOPKGTEST_TMP/result;
              diff $AUTOPKGTEST_TMP/result debian/tests/debianorg.html.supposed;

Test-Command: html2text -nobs 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 -utf8 -nobs 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;