From 2622a9835ad9bc626d8a1d34a60530fc7af1a062 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 18 Jun 2017 16:27:12 -0400 Subject: [PATCH] Improve test coverage. --- tests/pitfall.chk | 51 +++++++++++++++++++++++++++++++++++++++++++++++ tests/pitfall.log | 7 +++++++ 2 files changed, 58 insertions(+) create mode 100644 tests/pitfall.chk create mode 100644 tests/pitfall.log diff --git a/tests/pitfall.chk b/tests/pitfall.chk new file mode 100644 index 0000000..f844e0b --- /dev/null +++ b/tests/pitfall.chk @@ -0,0 +1,51 @@ + +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. + +> seed 780351908 +Seed set to 780351908 + +You're in front of building. + +> 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. + +> s + +There is no way to go that direction. + +You fell into a pit and broke every bone in your body! + +Oh dear, you seem to have gotten yourself killed. I might be able to +help you out, but I've never really done this before. Do you want me +to try to reincarnate you? + +> n + +OK + +You scored 26 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 20 more points. diff --git a/tests/pitfall.log b/tests/pitfall.log new file mode 100644 index 0000000..455750d --- /dev/null +++ b/tests/pitfall.log @@ -0,0 +1,7 @@ +## Death by pitfall +n +seed 780351908 +in +xyzzy +s +n -- 2.31.1