modified lenhist
[KandRexercises.git] / 1-11.md
blob8649960dcda34677f60dd6ceecf89b4820964f24
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.