git-svn-id: svn://ultimatepp.org/upp/trunk@7131 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2014-04-02 05:51:59 +00:00
parent 9c40bf8ca8
commit a4e28c7be8

View file

@ -4,5 +4,5 @@ using namespace Upp;
CONSOLE_APP_MAIN
{
ASSERT(DecodeQuotedPrintable("=3DTest=\r\n=3D") == "Test");
ASSERT(QPDecode("=3DTest=\r\n=3D") == "=Test=");
}