From 68c1eca89363f469ec7db5e22c45c637c1d3282f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20Pryce-=C3=85klundh?= <112686610+JPryce-Aklundh@users.noreply.github.com> Date: Tue, 29 Apr 2025 15:39:38 +0200 Subject: [PATCH 1/2] note on guaranteed order --- modules/ROOT/pages/functions/list.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/ROOT/pages/functions/list.adoc b/modules/ROOT/pages/functions/list.adoc index e908f844c..6a91794bf 100644 --- a/modules/ROOT/pages/functions/list.adoc +++ b/modules/ROOT/pages/functions/list.adoc @@ -147,6 +147,7 @@ A `LIST` containing all the labels of the node bound to `a` is returned. .Considerations |=== +| The `NODE` values in the returned `LIST` are guaranteed to be in the exact order they appear along the path traversal, from the starting node to the end node. | `nodes(null)` returns `null`. |=== @@ -177,6 +178,8 @@ A `LIST` containing all the nodes in the path `p` is returned. |=== + + ====== From 3d14a25e7a982f5b7222abd8e139a7e41ba0a7de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20Pryce-=C3=85klundh?= <112686610+JPryce-Aklundh@users.noreply.github.com> Date: Tue, 29 Apr 2025 15:40:46 +0200 Subject: [PATCH 2/2] mistake whitespace --- modules/ROOT/pages/functions/list.adoc | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/ROOT/pages/functions/list.adoc b/modules/ROOT/pages/functions/list.adoc index 6a91794bf..d66b4329d 100644 --- a/modules/ROOT/pages/functions/list.adoc +++ b/modules/ROOT/pages/functions/list.adoc @@ -178,8 +178,6 @@ A `LIST` containing all the nodes in the path `p` is returned. |=== - - ======