-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Thomas von Dein
committed
Dec 7, 2023
1 parent
d0376a6
commit c9815e8
Showing
6 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
exec echo 1 2 3 4 5 batch median | ||
stdin stdout | ||
exec testrpn | ||
stdout '3\n' | ||
[unix] stdout '3\n' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
exec echo 1 2 3 4 5 | ||
stdin stdout | ||
exec testrpn median | ||
stdout '3\n' | ||
[unix] stdout '3\n' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
exec echo 10 10 + | ||
stdin stdout | ||
exec testrpn | ||
stdout '20\n' | ||
[unix] stdout '20\n' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
stdin input.txt | ||
exec testrpn | ||
stdout 'Available configuration commands' | ||
[unix] stdout 'Available configuration commands' | ||
|
||
-- input.txt -- | ||
? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
stdin input.txt | ||
exec testrpn | ||
stdout '28\n' | ||
[unix] stdout '28\n' | ||
|
||
-- input.txt -- | ||
10 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
exec echo 1 2 3 4 5 median | ||
stdin stdout | ||
exec testrpn -b | ||
stdout '3\n' | ||
[unix] stdout '3\n' |