Test coverage -- intransitive carry when one object is present
This commit is contained in:
parent
7753ad3134
commit
08c0524ee3
2 changed files with 50 additions and 0 deletions
43
tests/intransitivecarry.chk
Normal file
43
tests/intransitivecarry.chk
Normal file
|
@ -0,0 +1,43 @@
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
> carry lamp
|
||||||
|
|
||||||
|
OK
|
||||||
|
|
||||||
|
> out
|
||||||
|
|
||||||
|
You're in front of building.
|
||||||
|
|
||||||
|
> drop lamp
|
||||||
|
|
||||||
|
OK
|
||||||
|
|
||||||
|
> carry
|
||||||
|
|
||||||
|
OK
|
||||||
|
|
||||||
|
|
||||||
|
You scored 32 out of a possible 430, using 5 turns.
|
||||||
|
|
||||||
|
You are obviously a rank amateur. Better luck next time.
|
||||||
|
|
||||||
|
To achieve the next higher rating, you need 14 more points.
|
7
tests/intransitivecarry.log
Normal file
7
tests/intransitivecarry.log
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
## Drink unknown
|
||||||
|
n
|
||||||
|
in
|
||||||
|
carry lamp
|
||||||
|
out
|
||||||
|
drop lamp
|
||||||
|
carry
|
Loading…
Add table
Add a link
Reference in a new issue