From 278e9c824001ed7f017c387d0e9487a156047826 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 19 Jul 2017 15:38:31 -0400 Subject: [PATCH] Get symbol coverage on LOC_SMALLPIT --- tests/notrident.chk | 44 +++++++++++++++++++++++++++++++++++++++++++- tests/notrident.log | 10 ++++++++++ 2 files changed, 53 insertions(+), 1 deletion(-) diff --git a/tests/notrident.chk b/tests/notrident.chk index 3a87662..fa1b1f9 100644 --- a/tests/notrident.chk +++ b/tests/notrident.chk @@ -1273,8 +1273,50 @@ There is an enormous clam here with its shell tightly closed. You don't have anything strong enough to open the clam. +> s + +You're at complex junction. + +> u + +You are in a large room full of dusty rocks. There is a big hole in +the floor. There are cracks everywhere, and a passage leading east. + +> e + +Out from the shadows behind you pounces a bearded pirate! "Har, har," +he chortles, "I'll just take all this booty and hide it away with me +chest deep in the maze!" He snatches your treasure and vanishes into +the gloom. + +You're in dirty passage. + +> e + +You are on the brink of a small clean climbable pit. A crawl leads +west. + +> d + +You are in the bottom of a small pit with a little stream, which +enters and exits through tiny slits. + +> u + +You're at brink of small pit. + +> d + +You're at bottom of pit with stream. + +> u + +You're at brink of small pit. + +> + -You scored 179 out of a possible 430, using 216 turns. +You scored 179 out of a possible 430, using 224 turns. You may now consider yourself a "Seasoned Adventurer". diff --git a/tests/notrident.log b/tests/notrident.log index ede4e28..e51a325 100644 --- a/tests/notrident.log +++ b/tests/notrident.log @@ -218,3 +218,13 @@ ne e n open clam +# Now go back and get coverage on LOC_SMALLPIT +s +u +e +e +d +u +d +u + -- 2.31.1