2 ######################################################
4 # Test quoted-printable decoding.
6 ######################################################
10 expected=$MH_TEST_DIR/$$.expected
11 actual=$MH_TEST_DIR/$$.actual
13 # Write message with bogus quoted-printable data.
15 msgnum=$(basename $msgfile)
21 Content-Transfer-Encoding: quoted-printable
22 Date: Sun, 18 Dec 2005 00:52:39 +0100
36 =
\b ^H (backspace) character, probably erased = in diff output
41 Date: Sun, 18 Dec 2005 00:52:39 +0100
60 =
\b ^H (backspace) character, probably erased = in diff output
62 mhshow $msgnum > $actual 2>&1
63 diff -u $expected $actual