mirror of
https://codeberg.org/scip/rpnc.git
synced 2025-12-17 12:31:04 +01:00
not supported on windows!
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
exec echo 1 2 3 4 5 batch median
|
exec echo 1 2 3 4 5 batch median
|
||||||
stdin stdout
|
stdin stdout
|
||||||
exec testrpn
|
exec testrpn
|
||||||
stdout '3\n'
|
[unix] stdout '3\n'
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
exec echo 1 2 3 4 5
|
exec echo 1 2 3 4 5
|
||||||
stdin stdout
|
stdin stdout
|
||||||
exec testrpn median
|
exec testrpn median
|
||||||
stdout '3\n'
|
[unix] stdout '3\n'
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
exec echo 10 10 +
|
exec echo 10 10 +
|
||||||
stdin stdout
|
stdin stdout
|
||||||
exec testrpn
|
exec testrpn
|
||||||
stdout '20\n'
|
[unix] stdout '20\n'
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
stdin input.txt
|
stdin input.txt
|
||||||
exec testrpn
|
exec testrpn
|
||||||
stdout 'Available configuration commands'
|
[unix] stdout 'Available configuration commands'
|
||||||
|
|
||||||
-- input.txt --
|
-- input.txt --
|
||||||
?
|
?
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
stdin input.txt
|
stdin input.txt
|
||||||
exec testrpn
|
exec testrpn
|
||||||
stdout '28\n'
|
[unix] stdout '28\n'
|
||||||
|
|
||||||
-- input.txt --
|
-- input.txt --
|
||||||
10
|
10
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
exec echo 1 2 3 4 5 median
|
exec echo 1 2 3 4 5 median
|
||||||
stdin stdout
|
stdin stdout
|
||||||
exec testrpn -b
|
exec testrpn -b
|
||||||
stdout '3\n'
|
[unix] stdout '3\n'
|
||||||
|
|||||||
Reference in New Issue
Block a user