File: control

package info (click to toggle)
html2text 1.3.2a-28
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 2,008 kB
  • sloc: cpp: 9,605; yacc: 830; sh: 226; makefile: 114
file content (32 lines) | stat: -rw-r--r-- 1,590 bytes parent folder | download
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;