From 3985f51aefe7de6786448ca8e9327055963496f8 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sun, 22 Oct 2023 10:16:41 -0700 Subject: [PATCH] fix a bullet --- Manual_tests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Manual_tests.md b/Manual_tests.md index 0b80f89..3bb97c0 100644 --- a/Manual_tests.md +++ b/Manual_tests.md @@ -3,7 +3,7 @@ program before it ever runs. However, some things don't have tests yet, either because I don't know how to test them or because I've been lazy. I'll at least record those here. -* Initializing settings: +Initializing settings: - delete app settings, start with a filename; window opens with cursor at top of file - run with absolute file path; quit; restart; window opens in same position+dimensions - run with relative file path; quit; switch to new directory; restart without a filename; window opens running the same file in same position+dimensions