Commit graph

9 commits

Author SHA1 Message Date
Eric S. Raymond
a768555312 Use the raw buffer in tr command structure for editing.
This fixes some minor bugs. Unknown words are no longer truncated
nor uppercased on echo.
2017-07-03 12:52:28 -04:00
Eric S. Raymond
f03bde268e Refactor tokenization to save raw tokens and use static buffer space...
...rather than dynamic storage.

As a side effect, this seems to have fixed a very ninor bug in the processing
of the bare word 'nothing'.  But I don't know where the bug was.  Not happy.
2017-07-03 08:53:10 -04:00
NHOrus
062840db69 Test modification for little more coverage 2017-06-30 23:26:18 -04:00
Eric S. Raymond
7c9a0bfb36 Fix handling of intransitive "say". 2017-06-14 15:15:00 -04:00
Eric S. Raymond
70b5b191fd More tests of nonsense in the forest. 2017-06-13 17:48:05 -04:00
Eric S. Raymond
dcf4d5f1d3 Correct a typo, and a test for the affected verb. 2017-06-13 17:32:07 -04:00
Eric S. Raymond
7493b26e6c Improve test coverage. 2017-06-13 13:36:27 -04:00
Eric S. Raymond
95e8752252 More test coverage. 2017-06-13 10:57:03 -04:00
Eric S. Raymond
593b8e3caa Add woods hint and hint display to test coverage. 2017-06-13 10:05:48 -04:00