Test: Added tests for common/text.cpp

This commit is contained in:
Paul Beckingham 2015-12-20 11:21:33 -05:00
parent 648517f608
commit 2c181ec07e
4 changed files with 95 additions and 7 deletions

View file

@ -70,11 +70,5 @@ const std::string format (const std::string& fmt, Args... args)
return format (1, fmt, args...);
}
std::string leftJustify (const int, const int);
std::string leftJustify (const std::string&, const int);
std::string rightJustifyZero (const int, const int);
std::string rightJustify (const int, const int);
std::string rightJustify (const std::string&, const int);
#endif
////////////////////////////////////////////////////////////////////////////////