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
|
||||
stdin stdout
|
||||
exec testrpn
|
||||
stdout '3\n'
|
||||
[unix] stdout '3\n'
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
exec echo 1 2 3 4 5
|
||||
stdin stdout
|
||||
exec testrpn median
|
||||
stdout '3\n'
|
||||
[unix] stdout '3\n'
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
exec echo 10 10 +
|
||||
stdin stdout
|
||||
exec testrpn
|
||||
stdout '20\n'
|
||||
[unix] stdout '20\n'
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
stdin input.txt
|
||||
exec testrpn
|
||||
stdout 'Available configuration commands'
|
||||
[unix] stdout 'Available configuration commands'
|
||||
|
||||
-- input.txt --
|
||||
?
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
stdin input.txt
|
||||
exec testrpn
|
||||
stdout '28\n'
|
||||
[unix] stdout '28\n'
|
||||
|
||||
-- input.txt --
|
||||
10
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
exec echo 1 2 3 4 5 median
|
||||
stdin stdout
|
||||
exec testrpn -b
|
||||
stdout '3\n'
|
||||
[unix] stdout '3\n'
|
||||
|
||||
Reference in New Issue
Block a user