geeksay
geeksay copied to clipboard
Multi-Word Processing
There was a bug where "not found" would translate to "! found" (it should translate to "404") due to the "geeksay" function processing a message one word at a time. This commit fixes that by modifying the way that the geeksay function works (it's not the cleanest code ever). It also makes appropriate changes in the test html page. I also added a test for "not found" to make sure that this bug does not crop up again.
All tests are passing.