mirror of
https://github.com/louisrubet/rpn
synced 2024-11-17 07:47:50 +01:00
25 lines
538 B
Markdown
25 lines
538 B
Markdown
# MANUAL TESTS
|
|
|
|
`default del`
|
|
|
|
## GENERAL help - please type help, h or ? and verify help is shown
|
|
|
|
-> error should be 0
|
|
|
|
## STORE vars - please type vars and verify variables are shown
|
|
|
|
`vars`
|
|
|
|
-> error should be 0
|
|
|
|
## STORE edit - please type edit and verify last line comes under the caret
|
|
|
|
-> error should be 0
|
|
|
|
## HISTORY - please type history and verify rpn history is shown
|
|
|
|
-> error should be 0
|
|
|
|
## MULTILINE EDITING - please type a prog like 1 3 for i[ALT-ENTER]i sq[ALT-ENTER]next[ENTER] and verify output
|
|
|
|
-> error should be 0
|