Mercurial > hgrepos > FreeBSD > ports > sysutils > local-bsdtools
comparison tests/farray-array.t @ 769:03350d2a2af6
farray.sh: Add public functions to check whether a given value refers to a object (array, alist).
Implemented also "farray_isref()", "falist_isref()" and "fobject_isref()".
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Wed, 23 Oct 2024 01:00:33 +0200 |
| parents | 54fefbabcf78 |
| children | bae0652d0577 |
comparison
equal
deleted
inserted
replaced
| 768:53d05f470f4a | 769:03350d2a2af6 |
|---|---|
| 1252 [1] | 1252 [1] |
| 1253 $ farray_create TEST | 1253 $ farray_create TEST |
| 1254 $ falist_type TEST | 1254 $ falist_type TEST |
| 1255 array (no-eol) | 1255 array (no-eol) |
| 1256 $ farray_isarray TEST | 1256 $ farray_isarray TEST |
| 1257 | |
| 1258 $ farray_isref "$TEST" | |
| 1259 $ farray_isref TEST | |
| 1260 [1] | |
| 1261 $ farray_isref '' | |
| 1262 [1] | |
| 1263 | |
| 1257 $ farray_release TEST | 1264 $ farray_release TEST |
| 1258 $ check_no_array_artifacts | 1265 $ check_no_array_artifacts |
| 1259 | 1266 |
| 1260 | 1267 |
| 1261 Merge | 1268 Merge |
