diff options
author | Vincent Richard <[email protected]> | 2005-06-21 21:13:38 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2005-06-21 21:13:38 +0000 |
commit | af45ec72160d263f9b35d5ad61cf38c4816ffcc3 (patch) | |
tree | d29fab0efbd49fa32732b02cb8a4ed0be6b4452c /tests/parser/parameterTest.cpp | |
parent | Fixed compilation errors with g++ 4.0. (diff) | |
download | vmime-af45ec72160d263f9b35d5ad61cf38c4816ffcc3.tar.gz vmime-af45ec72160d263f9b35d5ad61cf38c4816ffcc3.zip |
Fixed a bug in RFC-2231 implementation.
Diffstat (limited to 'tests/parser/parameterTest.cpp')
-rw-r--r-- | tests/parser/parameterTest.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/parser/parameterTest.cpp b/tests/parser/parameterTest.cpp index 4ce58210..82d784cd 100644 --- a/tests/parser/parameterTest.cpp +++ b/tests/parser/parameterTest.cpp @@ -221,7 +221,8 @@ namespace vmime::word("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ", vmime::charset("charset")))); - assert_eq("4", "F: X; param1=abcdefgh;\r\n " + assert_eq("4", "F: X; \r\n " + "param1=abcdefghijklm;\r\n " "param1*0*=charset''abc;\r\n " "param1*1*=defghijkl;\r\n " "param1*2*=mnopqrstu;\r\n " |