Cope with YAML idiosyncracy at unquoted "YES".
authorEric S. Raymond <esr@thyrsus.com>
Thu, 3 Aug 2017 14:49:22 +0000 (10:49 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Thu, 3 Aug 2017 14:54:33 +0000 (10:54 -0400)
adventure.yaml
make_dungeon.py

index 625e18d2daa7abd9690cb93405668588a266a6e1..175635a6b3f8613b0d8efa865bf1d024056990ad 100644 (file)
@@ -3997,7 +3997,7 @@ actions: !!omap
     message: 'Wizards are not to be disturbed by such as you.'
     words: ['wizar']
     noaction: true
-- YES:
+- "YES":
     message: 'Guess again.'
     words: ['yes']
     noaction: true
index 6ac5ba15dc9c90dcf4e54dfe82c96237ffda951b..454a27a3c4ae81c69a226c11f3aaf7d37f155225 100755 (executable)
@@ -317,7 +317,7 @@ def buildtravel(locs, objs):
     # THIS CODE IS WAAAY MORE COMPLEX THAN IT NEEDS TO BE.  It's the
     # result of a massive refactoring exercise that concentrated all
     # the old nastiness in one spot. It hasn't been finally simplified
-    # because there's no need to do it until one of the asserions
+    # because there's no need to do it until one of the assertions
     # fails. Hint: if you try cleaning this up, the acceptance test is
     # simple - the output dungeon.c must not change.
     #