geeksay icon indicating copy to clipboard operation
geeksay copied to clipboard

Multi-Word Processing

Open dapper-gh opened this issue 3 years ago • 0 comments


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.

dapper-gh avatar Sep 30 '20 15:09 dapper-gh