mirror of
https://codeberg.org/scip/rpnc.git
synced 2025-12-17 20:41:01 +01:00
* added commandline and stdin tests using testscript --------- Co-authored-by: Thomas von Dein <tom@vondein.org>
14 lines
95 B
Plaintext
14 lines
95 B
Plaintext
stdin input.txt
|
|
exec testrpn
|
|
[unix] stdout '28\n'
|
|
|
|
-- input.txt --
|
|
10
|
|
10
|
|
+
|
|
>SUM
|
|
clear
|
|
8
|
|
<SUM
|
|
+
|