Add regression test for split commands.
This commit is contained in:
parent
a00229050a
commit
25e6b11fd0
3 changed files with 13 additions and 2 deletions
1
NEWS
1
NEWS
|
@ -1,6 +1,7 @@
|
||||||
= Open Adventure project news =
|
= Open Adventure project news =
|
||||||
|
|
||||||
Repository head:
|
Repository head:
|
||||||
|
Split commands with objectless transitive verbs are handled correctly.
|
||||||
Test suite has 100% code coverage.
|
Test suite has 100% code coverage.
|
||||||
|
|
||||||
1.2: 2017-07-11::
|
1.2: 2017-07-11::
|
||||||
|
|
|
@ -457,6 +457,14 @@ There is a shiny brass lamp nearby.
|
||||||
|
|
||||||
There is food here.
|
There is food here.
|
||||||
|
|
||||||
|
> get
|
||||||
|
|
||||||
|
Get what?
|
||||||
|
|
||||||
|
> food
|
||||||
|
|
||||||
|
OK
|
||||||
|
|
||||||
> eat food
|
> eat food
|
||||||
|
|
||||||
Thank you, it was delicious!
|
Thank you, it was delicious!
|
||||||
|
@ -610,7 +618,7 @@ Okay, "boo".
|
||||||
|
|
||||||
> score
|
> score
|
||||||
|
|
||||||
You have garnered 27 out of a possible 430 points, using 115 turns.
|
You have garnered 27 out of a possible 430 points, using 117 turns.
|
||||||
|
|
||||||
> z
|
> z
|
||||||
|
|
||||||
|
@ -618,7 +626,7 @@ OK
|
||||||
|
|
||||||
> score
|
> score
|
||||||
|
|
||||||
You have garnered 27 out of a possible 430 points, using 117 turns.
|
You have garnered 27 out of a possible 430 points, using 119 turns.
|
||||||
|
|
||||||
> quit keys
|
> quit keys
|
||||||
|
|
||||||
|
|
|
@ -93,6 +93,8 @@ fly keys
|
||||||
pour keys
|
pour keys
|
||||||
throw keys
|
throw keys
|
||||||
foo up
|
foo up
|
||||||
|
get
|
||||||
|
food
|
||||||
eat food
|
eat food
|
||||||
drink blood
|
drink blood
|
||||||
drink keys
|
drink keys
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue