Experimental test production.

This commit is contained in:
Eric S. Raymond 2023-03-14 11:35:57 -04:00
parent 17840d0e15
commit 9b89dd2829
2 changed files with 26 additions and 1 deletions

17
tests/oldfilter Executable file
View file

@ -0,0 +1,17 @@
#!/bin/sh
#
# Filter the output from advent430 to make it compatible with
# newer ones
sed \
-e '/ *$/s///' \
-e '/bridge now spans the fissure/s//bridge spans the fissure/' \
-e '/imbedded/s//embedded/' \
-e '/persian/s//Persian/' \
-e '/swiss/s//Swiss/' \
-e '/eying/s//eyeing/' \
-e '/swiss/s//Swiss/' \
-e '/thresholds/s//threshholds/' \
#end