Consolidate all magicwords tests into one file. 100% coverage.
This commit is contained in:
parent
9c6219a27d
commit
d9ddf4d805
14 changed files with 115 additions and 4254 deletions
|
@ -1,7 +1,7 @@
|
|||
|
||||
Welcome to Adventure!! Would you like instructions?
|
||||
|
||||
> ## Test isolated 'foo' word
|
||||
> ## Test handling of object after transitive verb.
|
||||
> n
|
||||
> n
|
||||
|
||||
|
@ -9,18 +9,44 @@ 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.
|
||||
|
||||
> foo
|
||||
> foo
|
||||
> seed 826186526
|
||||
> seed 826186526
|
||||
|
||||
Nothing happens.
|
||||
Seed set to 826186526
|
||||
|
||||
You're in front of building.
|
||||
|
||||
> in
|
||||
> 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.
|
||||
|
||||
> get
|
||||
> get
|
||||
|
||||
Get what?
|
||||
|
||||
> food
|
||||
> food
|
||||
|
||||
OK
|
||||
|
||||
> inven
|
||||
> inven
|
||||
|
||||
You're not carrying anything.
|
||||
You are currently holding the following:
|
||||
Tasty food
|
||||
|
||||
|
||||
You scored 32 out of a possible 430, using 2 turns.
|
||||
You scored 32 out of a possible 430, using 4 turns.
|
||||
|
||||
You are obviously a rank amateur. Better luck next time.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue