Skip to content

Commit

Permalink
Added assertion showing quoted printable isn't handled correctly, tho…
Browse files Browse the repository at this point in the history
…ugh better than before.
  • Loading branch information
sam-github committed Feb 11, 2010
1 parent be346d1 commit da925b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/test_vcard.rb
Expand Up @@ -912,6 +912,10 @@ def test_quoted_printable
__
card = Vpim::Vcard.decode(c).first
assert_equal("Quinn", card.name.family)
assert_equal(
"=0D=0Acbq+highgroove@example.com <mailto:cbq+highgroove@example.com>=0D=0A555-555-2=500 - Office=0D=0A555-555-2502 - Fax",
card.note
)
end

def _test_gmail_vcard_export
Expand Down

0 comments on commit da925b3

Please sign in to comment.