X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/d7a9b5aa35f81e680a54a2f7c2b7dab749812cef..3a9d1ae106f135d9d6524284c02ae2bea424ca8b:/test/repl/test-convert?ds=sidebyside diff --git a/test/repl/test-convert b/test/repl/test-convert index 000f46fd..fd1d1f6f 100755 --- a/test/repl/test-convert +++ b/test/repl/test-convert @@ -20,7 +20,7 @@ actual=`mhpath +`/draft printf 'Local-Mailbox: recipient@example.com' >>"$MH" -# check -convertarg with multiple parts and no additional text in draft +# check -convertarg with multiple parts and additional text in draft cat >"$expected" <<'EOF' From: recipient@example.com To: sender@example.com @@ -74,7 +74,7 @@ require_locale en_US.utf-8 en_US.utf8 LC_ALL=en_US.UTF-8; export LC_ALL -# check -convertarg with multiple parts and additional text in draft +# check -convertarg with multiple parts and no additional text in draft cat >"$expected" <<'EOF' From: recipient@example.com To: sender@example.com @@ -135,6 +135,7 @@ Content-Transfer-Encoding: 8bit sender@example.com writes: +> This is a test. EOF cat >`mhpath new` <<'EOF' @@ -150,7 +151,7 @@ Content-Type: multipart/related; type="text/plain"; boundary="_002_" --_002_ Content-Type: text/plain - +This is a test. --_002_--