3 # Test of various (well, start with one) function escapes.
7 test_skip "not implemented yet"
12 From: sender@example.com
13 To: recipient@example.com
14 Subject: message with blank lines and trailing spaces
15 Date: Mon, 29 Apr 2013 11:51:45 -0400
17 There are two blank lines below. And there is a trailing space:
18 And another trailing space:
24 # check nortrim (default), and that trailing whitespace in a
25 # component is trimmed when filtering blank lines
27 cat >"$MH_TEST_DIR/test.format" <<EOF
31 runandcheck "mhl -form $MH_TEST_DIR/test.format `mhpath l`" <<!
32 > There are two blank lines below. And there is a trailing space:
33 > And another trailing space:
42 cat >"$MH_TEST_DIR/test.format" <<EOF
43 body:component="> ",rtrim
46 runandcheck "mhl -form $MH_TEST_DIR/test.format `mhpath l`" <<!
47 > There are two blank lines below. And there is a trailing space:
48 > And another trailing space:
54 rm -f "$MH_TEST_DIR/test.format"