about summary refs log tree commit diff stats
path: root/Manual_tests.md
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2022-06-14 22:47:49 -0700
committerKartik K. Agaram <vc@akkartik.com>2022-06-14 22:47:49 -0700
commit21bd8281a7b7e2bb9e946cd7fd2d7e0cee046105 (patch)
tree999ec2a18b4e2ae6f090bde87172723efdcb2fe8 /Manual_tests.md
parentb8d777413863e83f61204fd1d98b80fe9e549a69 (diff)
downloadlines.love-21bd8281a7b7e2bb9e946cd7fd2d7e0cee046105.tar.gz
all pending manual tests done!
Diffstat (limited to 'Manual_tests.md')
-rw-r--r--Manual_tests.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/Manual_tests.md b/Manual_tests.md
index ebdb79c..efdd8b1 100644
--- a/Manual_tests.md
+++ b/Manual_tests.md
@@ -1,5 +1,7 @@
 I care a lot about being able to automatically check _any_ property about my
-program before it ever runs. However, some things don't have tests yet.
+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.
 
 ### Compromises
 
@@ -9,12 +11,8 @@ Lua is dynamically typed. Tests can't patch over lack of type-checking.
   byte offsets as _offset, and character positions as _pos. For example,
   string.sub should never use a _pos to substring, only an _offset.
 
-
 ### Todo list
 
-undo:
-  deleting points
-
 resize:
   create a file containing a long line of characters without spaces. try
   resizing the window vertically and horizontally, as far as possible.