about summary refs log tree commit diff stats
path: root/Manual_tests.md
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2023-06-08 01:24:34 -0700
committerKartik K. Agaram <vc@akkartik.com>2023-06-08 01:24:34 -0700
commitde699696c5367e9e3475929f14833ebd9dc24e4d (patch)
tree35fbb2d7707c31d8d0cb8a0e97534a28904e1cca /Manual_tests.md
parentfdb2172843ae7bd3acfb8fcb0f02b3dede301857 (diff)
parent1aceabc846f43e7837d3afa2964eb5b9d51c2349 (diff)
downloadview.love-de699696c5367e9e3475929f14833ebd9dc24e4d.tar.gz
Merge lines.love
Diffstat (limited to 'Manual_tests.md')
-rw-r--r--Manual_tests.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/Manual_tests.md b/Manual_tests.md
index dd7aeb7..538d729 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