mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
View
- Implemented View::lines.
This commit is contained in:
parent
4dca2a5a2d
commit
683a269991
3 changed files with 7 additions and 8 deletions
|
@ -74,6 +74,8 @@ int main (int argc, char** argv)
|
|||
// Render the view.
|
||||
std::cout << view.render (data, sequence)
|
||||
<< std::endl;
|
||||
|
||||
t.is (view.lines (), 4, "View::lines == 4");
|
||||
}
|
||||
|
||||
catch (std::string& e)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue