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-17 22:24:46 -0700
committerKartik K. Agaram <vc@akkartik.com>2022-06-17 22:24:46 -0700
commit1ecc3f43e5949596ccb1bf9e2c9ad143d779deb1 (patch)
treecb80ff8533010b32d27ebbd4c96c549ac8639a79 /Manual_tests.md
parentb8e8ac248178dba3c60e5c164a04054937aa6d29 (diff)
downloadlines.love-1ecc3f43e5949596ccb1bf9e2c9ad143d779deb1.tar.gz
drop last couple of manual tests
Diffstat (limited to 'Manual_tests.md')
-rw-r--r--Manual_tests.md12
1 files changed, 0 insertions, 12 deletions
diff --git a/Manual_tests.md b/Manual_tests.md
index cadfbd7..715c50b 100644
--- a/Manual_tests.md
+++ b/Manual_tests.md
@@ -10,15 +10,3 @@ Lua is dynamically typed. Tests can't patch over lack of type-checking.
 * All strings are UTF-8. Bytes within them are not characters. I try to label
   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
-
-* resize:
-  * Create a file containing a long line of characters without spaces. Try
-    resizing the window vertically and horizontally, as far as possible.
-
-* line-width button
-  * Create a file containing a single line with a reasonable number of
-    characters. Move the cursor towards the end of the line. Click on
-    line-width icon in the top margin, slide it left and right. Watch the line
-    of characters wrap and unwrap in response. Text should not be selected.