Clean up some tests, adding newlines at EOF where they're missing.
The advent430 command interpreter accidentally accepted input lines with no trailing newline. Thus, these files produced spurious mismatches.
This commit is contained in:
parent
a5eeb0b2bc
commit
cbb5572b21
12 changed files with 10 additions and 12 deletions
|
@ -25,4 +25,4 @@ take bird
|
||||||
drop cage
|
drop cage
|
||||||
d
|
d
|
||||||
d
|
d
|
||||||
feed snake
|
feed snake
|
||||||
|
|
|
@ -24,4 +24,4 @@ z
|
||||||
z
|
z
|
||||||
z
|
z
|
||||||
z
|
z
|
||||||
z
|
z
|
||||||
|
|
|
@ -2038,8 +2038,6 @@ There is a Persian rug here, hovering in mid-air!
|
||||||
|
|
||||||
A brilliant blue star sapphire is here!
|
A brilliant blue star sapphire is here!
|
||||||
|
|
||||||
>
|
|
||||||
|
|
||||||
>
|
>
|
||||||
You scored 257 out of a possible 430, using 337 turns.
|
You scored 257 out of a possible 430, using 337 turns.
|
||||||
|
|
||||||
|
|
|
@ -340,4 +340,3 @@ drop emerald
|
||||||
fly rug
|
fly rug
|
||||||
fly rug
|
fly rug
|
||||||
fly rug
|
fly rug
|
||||||
|
|
||||||
|
|
|
@ -29,4 +29,4 @@ z
|
||||||
z
|
z
|
||||||
z
|
z
|
||||||
y
|
y
|
||||||
y
|
y
|
||||||
|
|
|
@ -400,4 +400,4 @@ n
|
||||||
n
|
n
|
||||||
n
|
n
|
||||||
y
|
y
|
||||||
y
|
y
|
||||||
|
|
|
@ -44,4 +44,4 @@ e
|
||||||
u
|
u
|
||||||
w
|
w
|
||||||
wave rod
|
wave rod
|
||||||
w
|
w
|
||||||
|
|
|
@ -24,4 +24,4 @@ w
|
||||||
w
|
w
|
||||||
w
|
w
|
||||||
d
|
d
|
||||||
climb
|
climb
|
||||||
|
|
|
@ -50,4 +50,4 @@ s
|
||||||
s
|
s
|
||||||
d
|
d
|
||||||
water plant
|
water plant
|
||||||
climb
|
climb
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
## Simple quit
|
## Simple quit
|
||||||
|
#NOCOMPARE New feature, -r option
|
||||||
#options: -r saveresume.adv
|
#options: -r saveresume.adv
|
||||||
|
|
|
@ -164,4 +164,4 @@ e
|
||||||
s
|
s
|
||||||
n
|
n
|
||||||
n
|
n
|
||||||
w
|
w
|
||||||
|
|
|
@ -63,4 +63,4 @@ n
|
||||||
n
|
n
|
||||||
n
|
n
|
||||||
w
|
w
|
||||||
n
|
n
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue