From: Eric S. Raymond Date: Thu, 23 Mar 2023 00:39:36 +0000 (-0400) Subject: Reconciliation with advent430. X-Git-Tag: 1.15~36 X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=commitdiff_plain;h=e3fbac804bdde46f940d35854abb4d20a1f4daf0 Reconciliation with advent430. --- diff --git a/tests/newfilter b/tests/newfilter index dca9f05..9ae3da7 100755 --- a/tests/newfilter +++ b/tests/newfilter @@ -4,5 +4,7 @@ # 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/' \ # end diff --git a/tests/oldfilter b/tests/oldfilter index fcda48e..fce8298 100755 --- a/tests/oldfilter +++ b/tests/oldfilter @@ -14,6 +14,8 @@ sed \ -e '/DOING/s//doing/' \ -e '/SOMETHING/s//something/' \ -e '/EW/s//ew/' \ + -e '/ground/s//surface/' \ + -e '/floor/s//surface/' \ #end