mirror of
https://codeberg.org/scip/rpnc.git
synced 2025-12-17 12:31:04 +01:00
* added commandline and stdin tests using testscript --------- Co-authored-by: Thomas von Dein <tom@vondein.org>
5 lines
65 B
Plaintext
5 lines
65 B
Plaintext
exec echo 10 10 +
|
|
stdin stdout
|
|
exec testrpn
|
|
[unix] stdout '20\n'
|