Improve test coverage.
authorEric S. Raymond <esr@thyrsus.com>
Sat, 24 Jun 2017 03:30:17 +0000 (23:30 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Sat, 24 Jun 2017 03:30:17 +0000 (23:30 -0400)
tests/vending.chk
tests/vending.log

index 56b48bcd261464fe3e3582efca42b229bf4f3610..27a90daeac68f91d62228253dce426ac3d290a57 100644 (file)
@@ -267,6 +267,10 @@ Dead end
 There is a massive and somewhat battered vending machine here.  The
 instructions on it read: "Drop coins here to receive fresh batteries."
 
+> read machine
+
+"Drop coins here to receive fresh batteries."
+
 > drop coins
 
 There are fresh batteries here.
@@ -275,12 +279,16 @@ There are fresh batteries here.
 
 OK
 
+> read machine
+
+"Drop coins here to receive fresh batteries."
+
 > throw batteries
 
 OK
 
 
-You scored 75 out of a possible 430, using 50 turns.
+You scored 75 out of a possible 430, using 52 turns.
 
 Your score qualifies you as a novice class adventurer.
 
index 28f14826649c9cdee373bbb0c4fd88eae4647d69..410cb5020a5fb7f330a306a3467047e32b267311 100644 (file)
@@ -48,6 +48,8 @@ s
 sw
 se
 s
+read machine
 drop coins
 take batteries
+read machine
 throw batteries