Extend coverage.

This commit is contained in:
Eric S. Raymond 2018-11-16 07:20:58 -05:00
parent 5fb6e2e1bc
commit 42a42c49ac

2
main.c
View file

@ -1177,7 +1177,7 @@ Lookup:
command.part = intransitive;
command.verb = command.word[0].id;
break;
case NUMERIC: // LCOV_EXCL_LINE
case NUMERIC:
if (!settings.oldstyle) {
sspeak(DONT_KNOW, command.word[0].raw);
goto Lclearobj;