Skip to content

Commit

Permalink
Fix mycology.
Browse files Browse the repository at this point in the history
  • Loading branch information
VorpalBlade committed Apr 24, 2023
1 parent 5cd4937 commit 1afba8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/mycology/mycology.expected
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions tests/mycology/mycology_output_filter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/[<v>^]/#/g' | \
sed '/? was met/s/[0-9][0-9]*/#/' | \
sed '/UNDEF: S pushed [0-9]/s/[0-9][0-9]*/#/' | \
Expand Down

0 comments on commit 1afba8d

Please sign in to comment.