ultimatepp/upptst/InetCode/InetCode.cpp
cxl a4e28c7be8 .upptst
git-svn-id: svn://ultimatepp.org/upp/trunk@7131 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-04-02 05:51:59 +00:00

8 lines
125 B
C++

#include <Core/Core.h>
using namespace Upp;
CONSOLE_APP_MAIN
{
ASSERT(QPDecode("=3DTest=\r\n=3D") == "=Test=");
}