]> diplodocus.org Git - nmh/commitdiff
Added check of m_getfld() handling of fields with trailing
authorDavid Levine <levinedl@acm.org>
Sun, 13 Jan 2013 15:17:47 +0000 (09:17 -0600)
committerDavid Levine <levinedl@acm.org>
Sun, 13 Jan 2013 15:17:47 +0000 (09:17 -0600)
whitespace to test-inc-scanout.'

test/inc/test-inc-scanout

index c2a202ccbb8d4469f9ac667a38fcea39242ebcbe..7826af457642f3a91958ef88bb90980aa72fd23d 100755 (executable)
@@ -213,6 +213,18 @@ scan: eof encountered in field "Received"
 ??Format error (message -1) in component 2
 EOF
 
+# check m_getfld() handling of fields with trailing whitespace
+# Even though header field names aren't supposed to have spaces (RFC
+# 28220, m_getfld () trims trailing whitespace from them.
+cat >`mhpath new` <<EOF
+Date : Sun, 18 Dec 2005 00:52:39 +0100
+From   : foo@example.edu
+To: bar@example.edu
+Subject: test
+EOF
+run_test 'scan last' '  12  12/18 foo@example.edu    test'
+
+
 # check m_getfld() handling of empty header field
 scan -width 13 -file "$thisdir"/malformed_message.txt >"$actual" 2>"$actual_err"