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 21:08:03 -0700
committerKartik K. Agaram <vc@akkartik.com>2022-06-14 21:08:07 -0700
commit93a9dfd364af15fb4def09c9cab287d1601ea15c (patch)
tree6329b2f57846be37bfd7a1616d1056c7466096cc /Manual_tests.md
parent4f9789db413fa92417a5d4ae4ec6a27c6d357550 (diff)
downloadtext.love-93a9dfd364af15fb4def09c9cab287d1601ea15c.tar.gz
test: moving a point
I found some code in the process that seems unreachable. Some chance of
a regression here..
Diffstat (limited to 'Manual_tests.md')
-rw-r--r--Manual_tests.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/Manual_tests.md b/Manual_tests.md
index b701718..c4701a3 100644
--- a/Manual_tests.md
+++ b/Manual_tests.md
@@ -12,9 +12,6 @@ Lua is dynamically typed. Tests can't patch over lack of type-checking.
 
 ### Todo list
 
-drawing
-  select a point and move it
-
 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.