From 1aceabc846f43e7837d3afa2964eb5b9d51c2349 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Thu, 8 Jun 2023 01:21:28 -0700 Subject: [PATCH] reconcile manual tests with some downstream forks --- Manual_tests.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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