Syncing uppdev

git-svn-id: svn://ultimatepp.org/upp/trunk@577 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2008-10-31 09:04:20 +00:00
parent 14821d7be7
commit 38ad8e9a27

View file

@ -4,6 +4,8 @@ using namespace Upp;
CONSOLE_APP_MAIN
{
DDUMP(Format("|%*=s|\n", 20, "test"));
DDUMP(Format("|%*s|", 20, "test"));
DDUMP(Format("|%*s|", 400, "test"));
DDUMP(Format("|%*=s|", 20, "test"));
DDUMP(Format("|%*=s|", 400, "test"));
}