about summary refs log tree commit diff stats
path: root/Manual_tests.md
diff options
context:
space:
mode:
Diffstat (limited to 'Manual_tests.md')
-rw-r--r--Manual_tests.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/Manual_tests.md b/Manual_tests.md
index 80ddc6c..45154e3 100644
--- a/Manual_tests.md
+++ b/Manual_tests.md
@@ -46,6 +46,9 @@ Lua is dynamically typed. Tests can't patch over lack of type-checking.
 * Like any high-level language, it's easy to accidentally alias two non-scalar
   variables. I wish there was a way to require copy when assigning.
 
+* I wish I could require pixel coordinates to integers. The editor defensively
+  converts input margins to integers.
+
 * My test harness automatically runs `test_*` methods -- but only at the
   top-level. I wish there was a way to raise warnings if someone defines such
   a function inside a dict somewhere.