summaryrefslogtreecommitdiff
path: root/.local/src/blesh/lib/test-edit.sh
diff options
context:
space:
mode:
Diffstat (limited to '.local/src/blesh/lib/test-edit.sh')
-rw-r--r--.local/src/blesh/lib/test-edit.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/.local/src/blesh/lib/test-edit.sh b/.local/src/blesh/lib/test-edit.sh
deleted file mode 100644
index f9d8211..0000000
--- a/.local/src/blesh/lib/test-edit.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-# this script is a part of blesh (https://github.com/akinomyoga/ble.sh) under BSD-3-Clause license
-ble-import lib/core-test
-ble/test/start-section 'ble/edit' 2
-(
- ble/test "_ble_edit_str=$'echo\nhello\nworld' ble-edit/content/find-logical-eol 13 -1" exit=0 ret=10
- ble/test "_ble_edit_str=$'echo\nhello\nworld' ble-edit/content/find-logical-bol 13 -1" exit=0 ret=5
-)
-ble/test/end-section