diff tests/farray-object.t @ 733:772e4999562b

farray.sh: Unified the output of farray_debug() and falist_debug()
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 07 Oct 2024 14:08:29 +0200
parents d92e7203a14d
children 7ead30e3b2f9
line wrap: on
line diff
--- a/tests/farray-object.t	Mon Oct 07 13:34:28 2024 +0200
+++ b/tests/farray-object.t	Mon Oct 07 14:08:29 2024 +0200
@@ -31,16 +31,17 @@
   $ falist_release LIST2
   $ farray_debug ARRAY1
   DEBUG: array `ARRAY1' has length 4
-  DEBUG:   its contents:
+  DEBUG:   the items:
   DEBUG:     1: `i1'
   DEBUG:     2: `i2'
-  DEBUG:     3: -->
+  DEBUG:     3: >>>
       DEBUG: array with token `[a-f0-9]+' has length 2 (re)
-      DEBUG:   its contents:
+      DEBUG:   the items:
       DEBUG:     1: `i11'
       DEBUG:     2: `i22'
-  DEBUG:     4: -->
+  DEBUG:     4: >>>
       DEBUG: alist with token `[a-f0-9]+' has length 3 (re)
+      DEBUG:   the items:
       DEBUG:     `k1' -> `v1'
       DEBUG:     `k2' -> `v2'
       DEBUG:     `k3' -> `v3'
@@ -67,16 +68,18 @@
   $ farray_release ARRAY2
   $ falist_debug LIST1
   DEBUG: alist `LIST1' has length 3
+  DEBUG:   the items:
   DEBUG:     `k1' -> `v1'
-  DEBUG:     `k2': -->
+  DEBUG:     `k2' -> >>>
       DEBUG: alist with token `[a-f0-9]+' has length 4 (re)
+      DEBUG:   the items:
       DEBUG:     `k11' -> `v11'
       DEBUG:     `k22' -> `v22'
       DEBUG:     `k33' -> `v33'
       DEBUG:     `k44' -> `v44'
-  DEBUG:     `k3': -->
+  DEBUG:     `k3' -> >>>
       DEBUG: array with token `[a-f0-9]+' has length 3 (re)
-      DEBUG:   its contents:
+      DEBUG:   the items:
       DEBUG:     1: `a1'
       DEBUG:     2: `a2'
       DEBUG:     3: `a3'