From fa63a56f18f5c08dc0f96f4d31f0178c128fe2db Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 4 Jun 2017 07:30:21 -0400 Subject: [PATCH] Test coverage improvement. --- tests/illformed.chk | 46 ++++++++++++++++++++++++++++++++++----------- tests/illformed.log | 7 +++++++ 2 files changed, 42 insertions(+), 11 deletions(-) diff --git a/tests/illformed.chk b/tests/illformed.chk index 1e12a97..f00ed12 100644 --- a/tests/illformed.chk +++ b/tests/illformed.chk @@ -18,6 +18,16 @@ Seed set to 1801426495 You're in front of building. +> listen + +The stream is gurgling placidly. + +> forward + +I am unsure how you are facing. Use compass points or nearby objects. + +You're in front of building. + > eat Eat what? @@ -44,10 +54,18 @@ There is food here. There is a bottle of water here. +> listen + +The stream is gurgling placidly. + > find keys I believe what you want is right here with you. +> unlock keys + +You can't unlock the keys. + > find foo Nothing happens. @@ -105,6 +123,20 @@ I see no blood here. Okay, from now on I'll only describe a place in full the first time you come to it. To get the full description, say "look". +> on + +Your lamp is now on. + +> xyzzy + +>>Foof!<< + +It is now pitch dark. If you proceed you will likely fall into a pit. + +> listen + +All is silent. + > quit Do you really want to quit now? @@ -119,15 +151,7 @@ Read what? > look -You are inside a building, a well house for a large spring. - -There are some keys on the ground here. - -There is a shiny brass lamp nearby. - -There is food here. - -There is a bottle of water here. +It is now pitch dark. If you proceed you will likely fall into a pit. > news @@ -143,7 +167,7 @@ game. Saved games are now stored in much smaller files than before. > score -You have garnered 32 out of a possible 430 points, using 24 turns. +You have garnered 32 out of a possible 430 points, using 31 turns. > quit @@ -153,7 +177,7 @@ Do you really want to quit now? OK -You scored 32 out of a possible 430, using 25 turns. +You scored 32 out of a possible 430, using 32 turns. You are obviously a rank amateur. Better luck next time. diff --git a/tests/illformed.log b/tests/illformed.log index fb2ea86..76b0804 100644 --- a/tests/illformed.log +++ b/tests/illformed.log @@ -2,11 +2,15 @@ foo n seed 1801426495 +listen +forward eat drink find keys in +listen find keys +unlock keys find foo find bar carry @@ -21,6 +25,9 @@ fill urn eat keys drink blood brief +on +xyzzy +listen quit n read -- 2.31.1