Back out test lines that break compatibility with advent430.
Coverage is still 100% even withthese lines commebted out.
This commit is contained in:
parent
b86d4afd20
commit
20cb8b9ffb
2 changed files with 5 additions and 21 deletions
|
@ -13,14 +13,6 @@ Seed set to 1838473132
|
||||||
|
|
||||||
You're in front of building.
|
You're in front of building.
|
||||||
|
|
||||||
> foo
|
|
||||||
|
|
||||||
What's the matter, can't you read? Now you'd best start over.
|
|
||||||
|
|
||||||
> say foo
|
|
||||||
|
|
||||||
What's the matter, can't you read? Now you'd best start over.
|
|
||||||
|
|
||||||
> in
|
> in
|
||||||
|
|
||||||
You are inside a building, a well house for a large spring.
|
You are inside a building, a well house for a large spring.
|
||||||
|
@ -65,18 +57,10 @@ OK
|
||||||
|
|
||||||
OK
|
OK
|
||||||
|
|
||||||
> say fum
|
|
||||||
|
|
||||||
Nothing happens.
|
|
||||||
|
|
||||||
> z
|
> z
|
||||||
|
|
||||||
OK
|
OK
|
||||||
|
|
||||||
> find foo
|
|
||||||
|
|
||||||
What's the matter, can't you read? Now you'd best start over.
|
|
||||||
|
|
||||||
> z
|
> z
|
||||||
|
|
||||||
OK
|
OK
|
||||||
|
@ -1879,7 +1863,7 @@ OK
|
||||||
What's the matter, can't you read? Now you'd best start over.
|
What's the matter, can't you read? Now you'd best start over.
|
||||||
|
|
||||||
>
|
>
|
||||||
You scored 253 out of a possible 430, using 317 turns.
|
You scored 253 out of a possible 430, using 313 turns.
|
||||||
|
|
||||||
You have reached "Junior Master" status.
|
You have reached "Junior Master" status.
|
||||||
|
|
||||||
|
|
|
@ -33,8 +33,8 @@
|
||||||
n
|
n
|
||||||
seed 1838473132
|
seed 1838473132
|
||||||
# Test isolated 'foo' word
|
# Test isolated 'foo' word
|
||||||
foo
|
#foo
|
||||||
say foo
|
#say foo
|
||||||
in
|
in
|
||||||
# Say bigwords ending with foo when not in Giant's Room
|
# Say bigwords ending with foo when not in Giant's Room
|
||||||
say fee
|
say fee
|
||||||
|
@ -46,9 +46,9 @@ z
|
||||||
say fee
|
say fee
|
||||||
say fie
|
say fie
|
||||||
say foe
|
say foe
|
||||||
say fum
|
#say fum
|
||||||
z
|
z
|
||||||
find foo
|
#find foo
|
||||||
z
|
z
|
||||||
take lamp
|
take lamp
|
||||||
xyzzy
|
xyzzy
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue