about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2022-06-14 09:29:35 -0700
committerKartik K. Agaram <vc@akkartik.com>2022-06-14 09:29:42 -0700
commit3f3dbcddde751e06c2f7b79358b3280bc2452bc5 (patch)
tree101f0d72e3d65b5647487b547cbd40de96d62140
parentcf38c26bc1025e77dd937b539bd88e6ea20649ac (diff)
downloadview.love-3f3dbcddde751e06c2f7b79358b3280bc2452bc5.tar.gz
some more manual tests related to drawings
In the process I notice an issue: we seem to be adding no-op undo
records after every drawing operation.
-rw-r--r--manual_tests5
1 files changed, 5 insertions, 0 deletions
diff --git a/manual_tests b/manual_tests
index b85e6a1..6101230 100644
--- a/manual_tests
+++ b/manual_tests
@@ -14,6 +14,11 @@ persistence:
   draw a line, circle, rectangle, square, polygon, quit, restart. All the shapes you drew should still be visible.
   select a point and name it, quit, restart. Name is still visible.
 
+undo:
+  naming points
+  deleting points
+  moving points
+
 resize:
   create a file containing a long line of characters without spaces. try
   resizing the window vertically and horizontally, as far as possible.
='n129' href='#n129'>129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145