From 7753ad3134be3184981b1889c1c38069f2bce6e0 Mon Sep 17 00:00:00 2001 From: Aaron Traas Date: Mon, 19 Jun 2017 15:21:03 -0400 Subject: [PATCH] Test coverage - drink with no valid object --- tests/drinkfail.chk | 37 +++++++++++++++++++++++++++++++++++++ tests/drinkfail.log | 5 +++++ 2 files changed, 42 insertions(+) create mode 100644 tests/drinkfail.chk create mode 100644 tests/drinkfail.log diff --git a/tests/drinkfail.chk b/tests/drinkfail.chk new file mode 100644 index 0000000..43f9e2c --- /dev/null +++ b/tests/drinkfail.chk @@ -0,0 +1,37 @@ + +Welcome to Adventure!! Would you like instructions? + +> n + +You are standing at the end of a road before a small brick building. +Around you is a forest. A small stream flows out of the building and +down a gully. + +> in + +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. + +> xyzzy + +>>Foof!<< + +It is now pitch dark. If you proceed you will likely fall into a pit. + +> drink + +Drink what? + + +You scored 32 out of a possible 430, using 3 turns. + +You are obviously a rank amateur. Better luck next time. + +To achieve the next higher rating, you need 14 more points. diff --git a/tests/drinkfail.log b/tests/drinkfail.log new file mode 100644 index 0000000..7beb35b --- /dev/null +++ b/tests/drinkfail.log @@ -0,0 +1,5 @@ +## Drink unknown +n +in +xyzzy +drink -- 2.31.1