Test: Removed binary output from test

This commit is contained in:
Paul Beckingham 2016-11-06 23:50:40 -05:00
parent f82812ab24
commit 5e3468c1be

View file

@ -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");