From 1afba8d37740a7e3dc9cdfd9b959430a635ccf38 Mon Sep 17 00:00:00 2001 From: Arvid Norlander Date: Mon, 24 Apr 2023 21:19:33 +0200 Subject: [PATCH] Fix mycology. --- tests/mycology/mycology.expected | 2 +- tests/mycology/mycology_output_filter.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/mycology/mycology.expected b/tests/mycology/mycology.expected index 3b6dfdd..69b8764 100644 --- a/tests/mycology/mycology.expected +++ b/tests/mycology/mycology.expected @@ -70,7 +70,7 @@ y claims all of the following: That buffered I/O is being used That the number of bytes per cell is 8 That the interpreter's handprint is 1128682830 - That the interpreter's version is 10000 + That the interpreter's version is # That the behaviour of = is equivalent to C system() That the system's path separator is / That this Funge has 2 dimensions diff --git a/tests/mycology/mycology_output_filter.sh b/tests/mycology/mycology_output_filter.sh index f1cdc6a..23eecbd 100755 --- a/tests/mycology/mycology_output_filter.sh +++ b/tests/mycology/mycology_output_filter.sh @@ -6,6 +6,7 @@ exec \ sed '/That the month is/s/[0-9][0-9]*/#/' | \ sed '/That the year is/s/[0-9][0-9]*/#/' | \ sed '/That the time is/s/[0-9][0-9]*/#/g' | \ + sed "/That the interpreter's version is /s/[0-9][0-9]*/#/g" | \ sed '/The directions were generated in the order/s/[^]/#/g' | \ sed '/? was met/s/[0-9][0-9]*/#/' | \ sed '/UNDEF: S pushed [0-9]/s/[0-9][0-9]*/#/' | \