mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Test: Removed binary output from test
This commit is contained in:
parent
952171337c
commit
772c68ff62
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@ int main (int, char**)
|
|||
t.is (longestWord (" "), 0, "longestWord ( ) --> 0");
|
||||
t.is (longestWord ("this is a test"), 4, "longestWord (this is a test) --> 4");
|
||||
t.is (longestWord ("this is a better test"), 6, "longestWord (this is a better test) --> 6");
|
||||
t.is (longestWord ("house Çirçös clown"), 6, "longestWord (Çirçös) --> 6");
|
||||
t.is (longestWord ("house Çirçös clown"), 6, "longestWord (house ...... clown) --> 6");
|
||||
|
||||
// int longestLine (const std::string&)
|
||||
t.is (longestLine ("one two three four"), 18, "longestLine (one two three four) --> 18");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue