Regression test for GitLab issue #37 fix.
This commit is contained in:
parent
a4c87aa0b3
commit
7701642e0c
2 changed files with 46 additions and 0 deletions
40
tests/issue37.chk
Normal file
40
tests/issue37.chk
Normal file
|
@ -0,0 +1,40 @@
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
> food
|
||||||
|
|
||||||
|
What do you want to do with the food?
|
||||||
|
|
||||||
|
> get
|
||||||
|
|
||||||
|
OK
|
||||||
|
|
||||||
|
> inventory
|
||||||
|
|
||||||
|
You are currently holding the following:
|
||||||
|
Tasty food
|
||||||
|
|
||||||
|
|
||||||
|
You scored 32 out of a possible 430, using 4 turns.
|
||||||
|
|
||||||
|
You are obviously a rank amateur. Better luck next time.
|
||||||
|
|
||||||
|
To achieve the next higher rating, you need 14 more points.
|
6
tests/issue37.log
Normal file
6
tests/issue37.log
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
## Test handling of transitive verb after noun
|
||||||
|
n
|
||||||
|
in
|
||||||
|
food
|
||||||
|
get
|
||||||
|
inventory
|
Loading…
Add table
Add a link
Reference in a new issue