Skip to content

Commit

Permalink
for Ruby 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tmtm committed Nov 7, 2012
1 parent 10c0c34 commit d663c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_rfc2047.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def test_q_decode_utf8_ascii()
end

def test_q_decode_end_equal()
assert_equal("abc", MailParser::RFC2047.q_decode("abc="))
assert_match(/\Aabc=?\z/, MailParser::RFC2047.q_decode("abc="))
end

def test_b_decode_ascii()
Expand Down

0 comments on commit d663c8b

Please sign in to comment.