diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2023-06-08 01:21:28 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2023-06-08 01:21:33 -0700 |
commit | 1aceabc846f43e7837d3afa2964eb5b9d51c2349 (patch) | |
tree | 95647dd82e0bbaf9838ea0776f7edab2502e6afb | |
parent | 14c08f9bd9a45d2f05727ea47b128afdbdff1d24 (diff) | |
download | view.love-1aceabc846f43e7837d3afa2964eb5b9d51c2349.tar.gz |
reconcile manual tests with some downstream forks
-rw-r--r-- | Manual_tests.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Manual_tests.md b/Manual_tests.md index 4f74480..0685521 100644 --- a/Manual_tests.md +++ b/Manual_tests.md @@ -4,7 +4,9 @@ because I don't know how to test them or because I've been lazy. I'll at least record those here. Initializing settings: - - delete app settings, start; window opens running the text editor + - delete app settings, start with a filename; window opens running the text editor with cursor at top of file + - run with absolute file path; quit; restart; window opens running the text editor in same position+dimensions + - run with relative file path; quit; switch to new directory; restart without a filename; window opens running the text editor in same file in same position+dimensions - run with a filename on commandline, scroll around, quit; restart without a filename; window opens running the text editor in same position+dimensions - run with a filename on commandline, scroll around, quit; restart with same filename; window opens running the text editor in same position+dimensions - run with a filename on commandline, scroll around, quit; restart with new filename; window opens new filename with cursor up top |