Improve test coverage.
This commit is contained in:
parent
ea70341cfe
commit
e8e84a24a6
2 changed files with 11 additions and 1 deletions
|
@ -267,6 +267,10 @@ Dead end
|
||||||
There is a massive and somewhat battered vending machine here. The
|
There is a massive and somewhat battered vending machine here. The
|
||||||
instructions on it read: "Drop coins here to receive fresh batteries."
|
instructions on it read: "Drop coins here to receive fresh batteries."
|
||||||
|
|
||||||
|
> read machine
|
||||||
|
|
||||||
|
"Drop coins here to receive fresh batteries."
|
||||||
|
|
||||||
> drop coins
|
> drop coins
|
||||||
|
|
||||||
There are fresh batteries here.
|
There are fresh batteries here.
|
||||||
|
@ -275,12 +279,16 @@ There are fresh batteries here.
|
||||||
|
|
||||||
OK
|
OK
|
||||||
|
|
||||||
|
> read machine
|
||||||
|
|
||||||
|
"Drop coins here to receive fresh batteries."
|
||||||
|
|
||||||
> throw batteries
|
> throw batteries
|
||||||
|
|
||||||
OK
|
OK
|
||||||
|
|
||||||
|
|
||||||
You scored 75 out of a possible 430, using 50 turns.
|
You scored 75 out of a possible 430, using 52 turns.
|
||||||
|
|
||||||
Your score qualifies you as a novice class adventurer.
|
Your score qualifies you as a novice class adventurer.
|
||||||
|
|
||||||
|
|
|
@ -48,6 +48,8 @@ s
|
||||||
sw
|
sw
|
||||||
se
|
se
|
||||||
s
|
s
|
||||||
|
read machine
|
||||||
drop coins
|
drop coins
|
||||||
take batteries
|
take batteries
|
||||||
|
read machine
|
||||||
throw batteries
|
throw batteries
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue