]> git.draconx.ca Git - cdecl99.git/commit
Fix empty and help commands causing program exit.
authorNick Bowler <nbowler@draconx.ca>
Wed, 10 Mar 2021 01:25:21 +0000 (20:25 -0500)
committerNick Bowler <nbowler@draconx.ca>
Wed, 10 Mar 2021 01:28:24 +0000 (20:28 -0500)
commit1964240454d93493ee68a75b171fdf7934332200
treecb40e7c9b55710f79f58b97628198a69b8187bdb
parent519f8a57b1353d595b3e6e9aa0ff50eaffb164ca
Fix empty and help commands causing program exit.

This bug was introduced when the input handling was reworked: the
"help" and blank commands are now causing the program to exit.

Add some test coverage to ensure we don't regress again in the future.
NEWS
src/execute.gperf
tests/general.at