diff tests/farray-alist.t @ 751:4101e755b3e7

farray.sh: extra tests for falist_find/farray_find in empty collections
author Franz Glasner <fzglas.hg@dom66.de>
date Thu, 10 Oct 2024 14:04:16 +0200
parents 7e2279d6db0f
children 33df05108ba1
line wrap: on
line diff
--- a/tests/farray-alist.t	Thu Oct 10 13:31:14 2024 +0200
+++ b/tests/farray-alist.t	Thu Oct 10 14:04:16 2024 +0200
@@ -150,6 +150,14 @@
   $ falist_release LIST
   $ check_no_alist_artifacts
 
+Special case empty list (because of start/stop extra indexes)
+
+  $ falist_create LIST
+  $ falist_find _var LIST foo
+  [1]
+  $ falist_release LIST
+  $ check_no_alist_artifacts
+
 
 Add
 ===