about summary refs log tree commit diff stats
path: root/manual_tests
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2022-05-17 22:22:45 -0700
committerKartik K. Agaram <vc@akkartik.com>2022-05-17 22:22:45 -0700
commitdcfa2d04cace094775ba4fd468a75ed2831ebcc6 (patch)
treee5af3e4f39879a8ed9029afbde63a0d851e6930a /manual_tests
parent9a42128eb406fe90ee768f20469352eabbd0314f (diff)
downloadtext.love-dcfa2d04cace094775ba4fd468a75ed2831ebcc6.tar.gz
bugfix: duplicate character on enter
Diffstat (limited to 'manual_tests')
-rw-r--r--manual_tests3
1 files changed, 3 insertions, 0 deletions
diff --git a/manual_tests b/manual_tests
index 2790f39..b59fced 100644
--- a/manual_tests
+++ b/manual_tests
@@ -7,3 +7,6 @@ create drawing -> cursor bumps down below drawing
 backspace
   cursor_pos == 0, previous line is a drawing -> delete drawing, cursor still visible at start of line
   cursor_pos == 0, previous line is text -> join lines, cursor still at same character
+
+enter
+  cursor_pos == 0 -> insert empty line above current line