1 # How would you test the word count program? What kinds of input are likely to uncover bugs?
3 I would test the program by sending text streams in through pipes.
4 I think the sorts of inputs that would uncover bugs would be those with
5 strange field separators like colons.