mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
i18n - unit tests
- Added more utf8.t unit tests. - Removed text.cpp:extractParagraphs, which is not used.
This commit is contained in:
parent
3d3d788961
commit
165001acac
3 changed files with 2 additions and 24 deletions
|
@ -112,7 +112,6 @@ void wrapText (std::vector <std::string>&, const std::string&, const int);
|
|||
std::string trimLeft (const std::string& in, const std::string& t = " ");
|
||||
std::string trimRight (const std::string& in, const std::string& t = " ");
|
||||
std::string trim (const std::string& in, const std::string& t = " ");
|
||||
void extractParagraphs (const std::string&, std::vector<std::string>&);
|
||||
void extractLine (std::string&, std::string&, int);
|
||||
void split (std::vector<std::string>&, const std::string&, const char);
|
||||
void split (std::vector<std::string>&, const std::string&, const std::string&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue