Improved behavior when magic words are said before they're seen.
[open-adventure.git] / tests / newfilter
index dca9f05e0e59c3707fb796a096a3752c360670c3..c5bad71a03703b17c9fc7d6b488fff72db0a5866 100755 (executable)
@@ -4,5 +4,8 @@
 # the filtered versions of logs made from advent430.
 sed \
     -e '/bridge now spans the fissure/s//bridge spans the fissure/' \
+    -e '/ground/s//surface/' \
+    -e '/floor/s//surface/' \
+    -e "/Well, that was remarkably pointless!/s//What's the matter, can't you read?  Now you'd best start over./" \
 
 # end